#96F054

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

Shades of Conifer #96F054

Tints of Conifer #96F054

Color information

#96F054 (or 0x96F054) is unknown color: approx Conifer. HEX triplet: 96, F0 and 54. RGB value is (150,240,84). Sum of RGB (Red+Green+Blue) = 150+240+84=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #96F054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F054 is #690FAB. Grayscale: #C3C3C3. Windows color (decimal): -6885292 or 5566614. OLE color: 5566614.

HSL color Cylindrical-coordinate representation of color #96F054: hue angle of 94.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96F054 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB15024084-
CMYK0.3700.650.06
HSL94.62º83.87%63.53%-
HSV(B)94.62º65%94.12%-
XYZ45.3469.4419.4-
YUV195.3165.1895.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 240 (94.14% from 255) = 50.63%
BLUE value IS 84 (33.20% from 255) = 17.72%
R=31.65%
G=50.63%
B=17.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150240840.3700.650.0694.6283.8763.53
Hex96F0542504165f5440
Octal2263601244501016137124100
Binary1001011011110000101010010010101000001110101111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F054; }

 p { color: rgb(150,240,84); }

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

<style>
 a { background-color: #96F054; }

 a { background-color: rgb(150,240,84); }

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

<style>
 span { border-color: #96F054; }

 span { border-color: rgb(150,240,84); }

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