#9EED4A

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

Shades of Conifer #9EED4A

Tints of Conifer #9EED4A

Color information

#9EED4A (or 0x9EED4A) is unknown color: approx Conifer. HEX triplet: 9E, ED and 4A. RGB value is (158,237,74). Sum of RGB (Red+Green+Blue) = 158+237+74=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EED4A is #6112B5. Grayscale: #C3C3C3. Windows color (decimal): -6361782 or 4910494. OLE color: 4910494.

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

Color convert

RGB15823774-
CMYK0.3300.690.07
HSL89.08º81.91%60.98%-
HSV(B)89.08º68.78%92.94%-
XYZ45.6268.3317.26-
YUV194.859.83101.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 237 (92.97% from 255) = 50.53%
BLUE value IS 74 (29.30% from 255) = 15.78%
R=33.69%
G=50.53%
B=15.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158237740.3300.690.0789.0881.9160.98
Hex9EED4A21045759523d
Octal236355112410105713112275
Binary100111101110110110010101000010100010111110110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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