#9FDD54

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

Shades of Conifer #9FDD54

Tints of Conifer #9FDD54

Color information

#9FDD54 (or 0x9FDD54) is unknown color: approx Conifer. HEX triplet: 9F, DD and 54. RGB value is (159,221,84). Sum of RGB (Red+Green+Blue) = 159+221+84=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD54 is #6022AB. Grayscale: #BBBBBB. Windows color (decimal): -6300332 or 5561759. OLE color: 5561759.

HSL color Cylindrical-coordinate representation of color #9FDD54: hue angle of 87.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FDD54 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB15922184-
CMYK0.2800.620.13
HSL87.15º66.83%59.8%-
HSV(B)87.15º61.99%86.67%-
XYZ41.7559.7217.71-
YUV186.8469.96108.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 84 (33.20% from 255) = 18.10%
R=34.27%
G=47.63%
B=18.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159221840.2800.620.1387.1566.8359.8
Hex9FDD541C03ED57433c
Octal237335124340761512710374
Binary10011111110111011010100111000111110110110101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,84); }

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

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

 a { background-color: rgb(159,221,84); }

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

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

 span { border-color: rgb(159,221,84); }

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