#9FD455

Color #9FD455 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9FD455

Tints of Conifer #9FD455

Color information

#9FD455 (or 0x9FD455) is unknown color: approx Conifer. HEX triplet: 9F, D4 and 55. RGB value is (159,212,85). Sum of RGB (Red+Green+Blue) = 159+212+85=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD455 is #602BAA. Grayscale: #B6B6B6. Windows color (decimal): -6302635 or 5624991. OLE color: 5624991.

HSL color Cylindrical-coordinate representation of color #9FD455: hue angle of 85.04º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FD455 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB15921285-
CMYK0.2500.600.17
HSL85.04º59.62%58.24%-
HSV(B)85.04º59.91%83.14%-
XYZ39.4855.1117.15-
YUV181.6873.44111.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=34.87%
G=46.49%
B=18.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal159212850.2500.600.1785.0459.6258.24
Hex9FD4551903C11553c3a
Octal23732412531074211257472
Binary10011111110101001010101110010111100100011010101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FD455; }

 p { color: rgb(159,212,85); }

 H1.HeaderClassName
 {
   color: #9FD455;
 }
 .AnyTagClassName
 {
   color: #9FD455;
 }
</style>
background-color css

<style>
 a { background-color: #9FD455; }

 a { background-color: rgb(159,212,85); }

 div.DivClassName
 {
   background-color: #9FD455;
 }
 .BgClassName
 {
   background-color: #9FD455;
 }
</style>
border-color css

<style>
 span { border-color: #9FD455; }

 span { border-color: rgb(159,212,85); }

 td.TdClassName
 {
   border-color: #9FD455;
 }
 .TagClassName
 {
   border-color: #9FD455;
 }
</style>