#9EFB5F

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

Shades of Conifer #9EFB5F

Tints of Conifer #9EFB5F

Color information

#9EFB5F (or 0x9EFB5F) is unknown color: approx Conifer. HEX triplet: 9E, FB and 5F. RGB value is (158,251,95). Sum of RGB (Red+Green+Blue) = 158+251+95=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB5F is #6104A0. Grayscale: #CDCDCD. Windows color (decimal): -6358177 or 6290334. OLE color: 6290334.

HSL color Cylindrical-coordinate representation of color #9EFB5F: hue angle of 95.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EFB5F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB15825195-
CMYK0.3700.620.02
HSL95.77º95.12%67.84%-
HSV(B)95.77º62.15%98.43%-
XYZ50.6677.0923.04-
YUV205.4165.6994.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 251 (98.44% from 255) = 49.80%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=31.35%
G=49.80%
B=18.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158251950.3700.620.0295.7795.1267.84
Hex9EFB5F2503E2605f44
Octal236373137450762140137104
Binary10011110111110111011111100101011111010110000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,251,95); }

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

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

 a { background-color: rgb(158,251,95); }

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

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

 span { border-color: rgb(158,251,95); }

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