#96CB5A

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

Shades of Mantis #96CB5A

Tints of Mantis #96CB5A

Color information

#96CB5A (or 0x96CB5A) is unknown color: approx Mantis. HEX triplet: 96, CB and 5A. RGB value is (150,203,90). Sum of RGB (Red+Green+Blue) = 150+203+90=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB5A is #6934A5. Grayscale: #AEAEAE. Windows color (decimal): -6894758 or 5950358. OLE color: 5950358.

HSL color Cylindrical-coordinate representation of color #96CB5A: hue angle of 88.14º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96CB5A is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB15020390-
CMYK0.2600.560.20
HSL88.14º52.07%57.45%-
HSV(B)88.14º55.67%79.61%-
XYZ35.7849.9317.43-
YUV174.2780.44110.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=33.86%
G=45.82%
B=20.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150203900.2600.560.2088.1452.0757.45
Hex96CB5A1A03814583439
Octal22631313232070241306471
Binary10010110110010111011010110100111000101001011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,90); }

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

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

 a { background-color: rgb(150,203,90); }

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

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

 span { border-color: rgb(150,203,90); }

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