#9DED4A

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

Shades of Conifer #9DED4A

Tints of Conifer #9DED4A

Color information

#9DED4A (or 0x9DED4A) is unknown color: approx Conifer. HEX triplet: 9D, ED and 4A. RGB value is (157,237,74). Sum of RGB (Red+Green+Blue) = 157+237+74=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DED4A is #6212B5. Grayscale: #C3C3C3. Windows color (decimal): -6427318 or 4910493. OLE color: 4910493.

HSL color Cylindrical-coordinate representation of color #9DED4A: hue angle of 89.45º 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 #9DED4A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB15723774-
CMYK0.3400.690.07
HSL89.45º81.91%60.98%-
HSV(B)89.45º68.78%92.94%-
XYZ45.4268.2317.25-
YUV194.560101.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 237 (92.97% from 255) = 50.64%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=33.55%
G=50.64%
B=15.81%

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
Decimal157237740.3400.690.0789.4581.9160.98
Hex9DED4A22045759523d
Octal235355112420105713112275
Binary100111011110110110010101000100100010111110110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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