#9EDD54

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

Shades of Conifer #9EDD54

Tints of Conifer #9EDD54

Color information

#9EDD54 (or 0x9EDD54) is unknown color: approx Conifer. HEX triplet: 9E, DD and 54. RGB value is (158,221,84). Sum of RGB (Red+Green+Blue) = 158+221+84=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD54 is #6122AB. Grayscale: #BBBBBB. Windows color (decimal): -6365868 or 5561758. OLE color: 5561758.

HSL color Cylindrical-coordinate representation of color #9EDD54: hue angle of 87.59º 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 #9EDD54 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB15822184-
CMYK0.2900.620.13
HSL87.59º66.83%59.8%-
HSV(B)87.59º61.99%86.67%-
XYZ41.5659.6217.71-
YUV186.5470.13107.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 84 (33.20% from 255) = 18.14%
R=34.13%
G=47.73%
B=18.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158221840.2900.620.1387.5966.8359.8
Hex9EDD541D03ED58433c
Octal236335124350761513010374
Binary10011110110111011010100111010111110110110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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