#90C252

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

Shades of Mantis #90C252

Tints of Mantis #90C252

Color information

#90C252 (or 0x90C252) is unknown color: approx Mantis. HEX triplet: 90, C2 and 52. RGB value is (144,194,82). Sum of RGB (Red+Green+Blue) = 144+194+82=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #90C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C252 is #6F3DAD. Grayscale: #A6A6A6. Windows color (decimal): -7290286 or 5423760. OLE color: 5423760.

HSL color Cylindrical-coordinate representation of color #90C252: hue angle of 86.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90C252 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB14419482-
CMYK0.2600.580.24
HSL86.79º47.86%54.12%-
HSV(B)86.79º57.73%76.08%-
XYZ32.3245.1214.99-
YUV166.2880.44112.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=34.29%
G=46.19%
B=19.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144194820.2600.580.2486.7947.8654.12
Hex90C2521A03A18573036
Octal22030212232072301276066
Binary10010000110000101010010110100111010110001010111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C252; }

 p { color: rgb(144,194,82); }

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

<style>
 a { background-color: #90C252; }

 a { background-color: rgb(144,194,82); }

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

<style>
 span { border-color: #90C252; }

 span { border-color: rgb(144,194,82); }

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