#9EEB5C

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

Shades of Conifer #9EEB5C

Tints of Conifer #9EEB5C

Color information

#9EEB5C (or 0x9EEB5C) is unknown color: approx Conifer. HEX triplet: 9E, EB and 5C. RGB value is (158,235,92). Sum of RGB (Red+Green+Blue) = 158+235+92=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB5C is #6114A3. Grayscale: #C4C4C4. Windows color (decimal): -6362276 or 6089630. OLE color: 6089630.

HSL color Cylindrical-coordinate representation of color #9EEB5C: hue angle of 92.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EEB5C is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB15823592-
CMYK0.3300.610.08
HSL92.31º78.14%64.12%-
HSV(B)92.31º60.85%92.16%-
XYZ45.7467.4620.74-
YUV195.6869.49101.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=32.58%
G=48.45%
B=18.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158235920.3300.610.0892.3178.1464.12
Hex9EEB5C2103D85c4e40
Octal2363531344107510134116100
Binary1001111011101011101110010000101111011000101110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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