#9ED35C

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

Shades of Conifer #9ED35C

Tints of Conifer #9ED35C

Color information

#9ED35C (or 0x9ED35C) is unknown color: approx Conifer. HEX triplet: 9E, D3 and 5C. RGB value is (158,211,92). Sum of RGB (Red+Green+Blue) = 158+211+92=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED35C is #612CA3. Grayscale: #B6B6B6. Windows color (decimal): -6368420 or 6083486. OLE color: 6083486.

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

Color convert

RGB15821192-
CMYK0.2500.560.17
HSL86.72º57.49%59.41%-
HSV(B)86.72º56.4%82.75%-
XYZ39.3354.6318.6-
YUV181.5977.44111.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=34.27%
G=45.77%
B=19.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158211920.2500.560.1786.7257.4959.41
Hex9ED35C190381157393b
Octal23632313431070211277173
Binary10011110110100111011100110010111000100011010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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