#9EFB54

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

Shades of Conifer #9EFB54

Tints of Conifer #9EFB54

Color information

#9EFB54 (or 0x9EFB54) is unknown color: approx Conifer. HEX triplet: 9E, FB and 54. RGB value is (158,251,84). Sum of RGB (Red+Green+Blue) = 158+251+84=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB54 is #6104AB. Grayscale: #CCCCCC. Windows color (decimal): -6358188 or 5569438. OLE color: 5569438.

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

Color convert

RGB15825184-
CMYK0.3700.670.02
HSL93.41º95.43%65.69%-
HSV(B)93.41º66.53%98.43%-
XYZ50.276.920.59-
YUV204.1560.1995.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 251 (98.44% from 255) = 50.91%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=32.05%
G=50.91%
B=17.04%

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
Decimal158251840.3700.670.0293.4195.4365.69
Hex9EFB542504325d5f42
Octal2363731244501032135137102
Binary100111101111101110101001001010100001110101110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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