Html Css Color HEX #9ED35E Conifer

📋 copy color: '#9ED35E'

red 158 ◦ green 211 ◦ blue 94

#9ED35E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9ED35E

Tints of Conifer #9ED35E

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.3%

R = 34.13%
G = 45.57%
B = 20.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#9ED35E (or 0x9ED35E) is known color: 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

RGB 158 211 94 -
CMYK 0.25 0 0.55 0.17
HSL 87.18º 0.57% 0.6% -
HSV(B) 87.18º 0.55% 0.83% -
XYZ 39.42 54.67 19.06 -
YUV 181.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 158 211 94 0.25 0 0.55 0.17 87.18 0.57 0.6
Hex 9E D3 5E 19 0 37 11 57 39 3C
Octal 236 323 136 31 0 67 21 127 71 74
Binary 10011110 11010011 1011110 11001 0 110111 10001 1010111 111001 111100

Color Harmonies of #9ED35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED35E

Black with #9ED35E

Text Example


Text Example

White with #9ED35E

Text Example


Text Example

HTML Codes & Css Web 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>