#9EE965

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

Shades of Conifer #9EE965

Tints of Conifer #9EE965

Color information

#9EE965 (or 0x9EE965) is unknown color: approx Conifer. HEX triplet: 9E, E9 and 65. RGB value is (158,233,101). Sum of RGB (Red+Green+Blue) = 158+233+101=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE965 is #61169A. Grayscale: #C3C3C3. Windows color (decimal): -6362779 or 6678942. OLE color: 6678942.

HSL color Cylindrical-coordinate representation of color #9EE965: hue angle of 94.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EE965 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB158233101-
CMYK0.3200.570.09
HSL94.09º75%65.49%-
HSV(B)94.09º56.65%91.37%-
XYZ45.5966.4922.74-
YUV195.5374.65101.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 233 (91.41% from 255) = 47.36%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=32.11%
G=47.36%
B=20.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582331010.3200.570.0994.097565.49
Hex9EE9652003995e4b41
Octal2363511454007111136113101
Binary1001111011101001110010110000001110011001101111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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