Html Css Color HEX #96CC5A Mantis

📋 copy color: '#96CC5A'

red 150 ◦ green 204 ◦ blue 90

#96CC5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #96CC5A

Tints of Mantis #96CC5A

RGB

 RED value IS 150 (58.98% from 255) = 33.78%

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 33.78%
G = 45.95%
B = 20.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#96CC5A (or 0x96CC5A) is known color: Mantis. HEX triplet: 96, CC and 5A. RGB value is (150,204,90). Sum of RGB (Red+Green+Blue) = 150+204+90=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC5A is #6933A5. Grayscale: #AFAFAF. Windows color (decimal): -6894502 or 5950614. OLE color: 5950614.

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

Color convert

RGB 150 204 90 -
CMYK 0.26 0 0.56 0.2
HSL 88.42º 0.53% 0.58% -
HSV(B) 88.42º 0.56% 0.8% -
XYZ 36.02 50.41 17.5 -
YUV 174.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 150 204 90 0.26 0 0.56 0.2 88.42 0.53 0.58
Hex 96 CC 5A 1A 0 38 14 58 35 3A
Octal 226 314 132 32 0 70 24 130 65 72
Binary 10010110 11001100 1011010 11010 0 111000 10100 1011000 110101 111010

Color Harmonies of #96CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC5A

Black with #96CC5A

Text Example


Text Example

White with #96CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96CC5A;
 }
 .AnyTagClassName
 {
   color: #96CC5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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