#96FA54

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

Shades of Conifer #96FA54

Tints of Conifer #96FA54

Color information

#96FA54 (or 0x96FA54) is unknown color: approx Conifer. HEX triplet: 96, FA and 54. RGB value is (150,250,84). Sum of RGB (Red+Green+Blue) = 150+250+84=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA54 is #6905AB. Grayscale: #C9C9C9. Windows color (decimal): -6882732 or 5569174. OLE color: 5569174.

HSL color Cylindrical-coordinate representation of color #96FA54: hue angle of 96.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96FA54 is Cyan = 0.4, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB15025084-
CMYK0.400.660.02
HSL96.14º94.32%65.49%-
HSV(B)96.14º66.4%98.04%-
XYZ48.3675.520.41-
YUV201.1861.8791.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 250 (98.05% from 255) = 51.65%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=30.99%
G=51.65%
B=17.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150250840.400.660.0296.1494.3265.49
Hex96FA54280422605e41
Octal2263721245001022140136101
Binary100101101111101010101001010000100001010110000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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