#9EFC54

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

Shades of Conifer #9EFC54

Tints of Conifer #9EFC54

Color information

#9EFC54 (or 0x9EFC54) is unknown color: approx Conifer. HEX triplet: 9E, FC and 54. RGB value is (158,252,84). Sum of RGB (Red+Green+Blue) = 158+252+84=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC54 is #6103AB. Grayscale: #CDCDCD. Windows color (decimal): -6357932 or 5569694. OLE color: 5569694.

HSL color Cylindrical-coordinate representation of color #9EFC54: hue angle of 93.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EFC54 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB15825284-
CMYK0.3700.670.01
HSL93.57º96.55%65.88%-
HSV(B)93.57º66.67%98.82%-
XYZ50.5177.5320.69-
YUV204.7459.8694.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 252 (98.83% from 255) = 51.01%
BLUE value IS 84 (33.20% from 255) = 17.00%
R=31.98%
G=51.01%
B=17.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal158252840.3700.670.0193.5796.5565.88
Hex9EFC542504315e6142
Octal2363741244501031136141102
Binary10011110111111001010100100101010000111101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,252,84); }

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

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

 a { background-color: rgb(158,252,84); }

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

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

 span { border-color: rgb(158,252,84); }

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