#9EEF60

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

Shades of Conifer #9EEF60

Tints of Conifer #9EEF60

Color information

#9EEF60 (or 0x9EEF60) is unknown color: approx Conifer. HEX triplet: 9E, EF and 60. RGB value is (158,239,96). Sum of RGB (Red+Green+Blue) = 158+239+96=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF60 is #61109F. Grayscale: #C6C6C6. Windows color (decimal): -6361248 or 6352798. OLE color: 6352798.

HSL color Cylindrical-coordinate representation of color #9EEF60: hue angle of 93.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EEF60 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB15823996-
CMYK0.3400.600.06
HSL93.99º81.71%65.69%-
HSV(B)93.99º59.83%93.73%-
XYZ47.0869.8522.07-
YUV198.4870.1699.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=32.05%
G=48.48%
B=19.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal158239960.3400.600.0693.9981.7165.69
Hex9EEF602203C65e5242
Octal236357140420746136122102
Binary100111101110111111000001000100111100110101111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,239,96); }

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

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

 a { background-color: rgb(158,239,96); }

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

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

 span { border-color: rgb(158,239,96); }

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