#9ED35E

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

Shades of Conifer #9ED35E

Tints of Conifer #9ED35E

Color information

#9ED35E (or 0x9ED35E) is unknown color: approx Conifer. HEX triplet: 9E, D3 and 5E. RGB value is (158,211,94). Sum of RGB (Red+Green+Blue) = 158+211+94=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED35E is #612CA1. Grayscale: #B6B6B6. Windows color (decimal): -6368418 or 6214558. OLE color: 6214558.

HSL color Cylindrical-coordinate representation of color #9ED35E: hue angle of 87.18º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ED35E is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB15821194-
CMYK0.2500.550.17
HSL87.18º57.07%59.8%-
HSV(B)87.18º55.45%82.75%-
XYZ39.4254.6719.06-
YUV181.8278.44111.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 211 (82.81% from 255) = 45.57%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=34.13%
G=45.57%
B=20.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158211940.2500.550.1787.1857.0759.8
Hex9ED35E190371157393c
Octal23632313631067211277174
Binary10011110110100111011110110010110111100011010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,211,94); }

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

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

 a { background-color: rgb(158,211,94); }

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

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

 span { border-color: rgb(158,211,94); }

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