#96F452

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

Shades of Conifer #96F452

Tints of Conifer #96F452

Color information

#96F452 (or 0x96F452) is unknown color: approx Conifer. HEX triplet: 96, F4 and 52. RGB value is (150,244,82). Sum of RGB (Red+Green+Blue) = 150+244+82=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #96F452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F452 is #690BAD. Grayscale: #C5C5C5. Windows color (decimal): -6884270 or 5436566. OLE color: 5436566.

HSL color Cylindrical-coordinate representation of color #96F452: hue angle of 94.81º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96F452 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB15024482-
CMYK0.3900.660.04
HSL94.81º88.04%63.92%-
HSV(B)94.81º66.39%95.69%-
XYZ46.4571.7919.39-
YUV197.4362.8694.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 244 (95.70% from 255) = 51.26%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=31.51%
G=51.26%
B=17.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150244820.3900.660.0494.8188.0463.92
Hex96F4522704245f5840
Octal2263641224701024137130100
Binary1001011011110100101001010011101000010100101111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,82); }

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

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

 a { background-color: rgb(150,244,82); }

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

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

 span { border-color: rgb(150,244,82); }

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