#96F24C

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

Shades of Conifer #96F24C

Tints of Conifer #96F24C

Color information

#96F24C (or 0x96F24C) is unknown color: approx Conifer. HEX triplet: 96, F2 and 4C. RGB value is (150,242,76). Sum of RGB (Red+Green+Blue) = 150+242+76=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #96F24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F24C is #690DB3. Grayscale: #C4C4C4. Windows color (decimal): -6884788 or 5042838. OLE color: 5042838.

HSL color Cylindrical-coordinate representation of color #96F24C: hue angle of 93.25º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96F24C is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB15024276-
CMYK0.3800.690.05
HSL93.25º86.46%62.35%-
HSV(B)93.25º68.6%94.9%-
XYZ45.6370.5118.04-
YUV195.5760.5295.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 242 (94.92% from 255) = 51.71%
BLUE value IS 76 (30.08% from 255) = 16.24%
R=32.05%
G=51.71%
B=16.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150242760.3800.690.0593.2586.4662.35
Hex96F24C2604555d563e
Octal226362114460105513512676
Binary100101101111001010011001001100100010110110111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,76); }

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

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

 a { background-color: rgb(150,242,76); }

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

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

 span { border-color: rgb(150,242,76); }

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