#9EF55E

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

Shades of Conifer #9EF55E

Tints of Conifer #9EF55E

Color information

#9EF55E (or 0x9EF55E) is unknown color: approx Conifer. HEX triplet: 9E, F5 and 5E. RGB value is (158,245,94). Sum of RGB (Red+Green+Blue) = 158+245+94=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF55E is #610AA1. Grayscale: #CACACA. Windows color (decimal): -6359714 or 6223262. OLE color: 6223262.

HSL color Cylindrical-coordinate representation of color #9EF55E: hue angle of 94.57º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EF55E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB15824594-
CMYK0.3600.620.04
HSL94.57º88.3%66.47%-
HSV(B)94.57º61.63%96.08%-
XYZ48.7773.3822.18-
YUV201.7767.1896.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=31.79%
G=49.30%
B=18.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal158245940.3600.620.0494.5788.366.47
Hex9EF55E2403E45f5842
Octal236365136440764137130102
Binary100111101111010110111101001000111110100101111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,245,94); }

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

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

 a { background-color: rgb(158,245,94); }

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

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

 span { border-color: rgb(158,245,94); }

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