#9EEA65

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

Shades of Conifer #9EEA65

Tints of Conifer #9EEA65

Color information

#9EEA65 (or 0x9EEA65) is unknown color: approx Conifer. HEX triplet: 9E, EA and 65. RGB value is (158,234,101). Sum of RGB (Red+Green+Blue) = 158+234+101=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA65 is #61159A. Grayscale: #C4C4C4. Windows color (decimal): -6362523 or 6679198. OLE color: 6679198.

HSL color Cylindrical-coordinate representation of color #9EEA65: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EEA65 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB158234101-
CMYK0.3200.570.08
HSL94.29º76%65.69%-
HSV(B)94.29º56.84%91.76%-
XYZ45.8767.0522.84-
YUV196.1174.32100.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=32.05%
G=47.46%
B=20.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582341010.3200.570.0894.297665.69
Hex9EEA652003985e4c42
Octal2363521454007110136114102
Binary1001111011101010110010110000001110011000101111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,234,101); }

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

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

 a { background-color: rgb(158,234,101); }

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

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

 span { border-color: rgb(158,234,101); }

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