#9EF953

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

Shades of Conifer #9EF953

Tints of Conifer #9EF953

Color information

#9EF953 (or 0x9EF953) is unknown color: approx Conifer. HEX triplet: 9E, F9 and 53. RGB value is (158,249,83). Sum of RGB (Red+Green+Blue) = 158+249+83=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF953 is #6106AC. Grayscale: #CBCBCB. Windows color (decimal): -6358701 or 5503390. OLE color: 5503390.

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

Color convert

RGB15824983-
CMYK0.3700.670.02
HSL92.89º93.26%65.1%-
HSV(B)92.89º66.67%97.65%-
XYZ49.5475.6420.17-
YUV202.8760.3596-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 249 (97.66% from 255) = 50.82%
BLUE value IS 83 (32.81% from 255) = 16.94%
R=32.24%
G=50.82%
B=16.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158249830.3700.670.0292.8993.2665.1
Hex9EF9532504325d5d41
Octal2363711234501032135135101
Binary100111101111100110100111001010100001110101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,249,83); }

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

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

 a { background-color: rgb(158,249,83); }

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

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

 span { border-color: rgb(158,249,83); }

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