#9EE364

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

Shades of Conifer #9EE364

Tints of Conifer #9EE364

Color information

#9EE364 (or 0x9EE364) is unknown color: approx Conifer. HEX triplet: 9E, E3 and 64. RGB value is (158,227,100). Sum of RGB (Red+Green+Blue) = 158+227+100=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE364 is #611C9B. Grayscale: #C0C0C0. Windows color (decimal): -6364316 or 6611870. OLE color: 6611870.

HSL color Cylindrical-coordinate representation of color #9EE364: hue angle of 92.6º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE364 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB158227100-
CMYK0.3000.560.11
HSL92.6º69.4%64.12%-
HSV(B)92.6º55.95%89.02%-
XYZ43.8763.1321.93-
YUV191.8976.14103.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 227 (89.06% from 255) = 46.80%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=32.58%
G=46.80%
B=20.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582271000.3000.560.1192.669.464.12
Hex9EE3641E038B5d4540
Octal2363431443607013135105100
Binary100111101110001111001001111001110001011101110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,100); }

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

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

 a { background-color: rgb(158,227,100); }

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

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

 span { border-color: rgb(158,227,100); }

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