#9DED49

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

Shades of Conifer #9DED49

Tints of Conifer #9DED49

Color information

#9DED49 (or 0x9DED49) is unknown color: approx Conifer. HEX triplet: 9D, ED and 49. RGB value is (157,237,73). Sum of RGB (Red+Green+Blue) = 157+237+73=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DED49 is #6212B6. Grayscale: #C2C2C2. Windows color (decimal): -6427319 or 4844957. OLE color: 4844957.

HSL color Cylindrical-coordinate representation of color #9DED49: hue angle of 89.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DED49 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB15723773-
CMYK0.3400.690.07
HSL89.27º82%60.78%-
HSV(B)89.27º69.2%92.94%-
XYZ45.3968.2217.08-
YUV194.3859.5101.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 237 (92.97% from 255) = 50.75%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=33.62%
G=50.75%
B=15.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157237730.3400.690.0789.278260.78
Hex9DED4922045759523d
Octal235355111420105713112275
Binary100111011110110110010011000100100010111110110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,237,73); }

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

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

 a { background-color: rgb(157,237,73); }

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

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

 span { border-color: rgb(157,237,73); }

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