#8ABF52

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

Shades of Mantis #8ABF52

Tints of Mantis #8ABF52

Color information

#8ABF52 (or 0x8ABF52) is unknown color: approx Mantis. HEX triplet: 8A, BF and 52. RGB value is (138,191,82). Sum of RGB (Red+Green+Blue) = 138+191+82=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF52 is #7540AD. Grayscale: #A3A3A3. Windows color (decimal): -7684270 or 5422986. OLE color: 5422986.

HSL color Cylindrical-coordinate representation of color #8ABF52: hue angle of 89.17º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ABF52 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB13819182-
CMYK0.2800.570.25
HSL89.17º45.99%53.53%-
HSV(B)89.17º57.07%74.9%-
XYZ30.6443.2714.72-
YUV162.7382.44110.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=33.58%
G=46.47%
B=19.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191820.2800.570.2589.1745.9953.53
Hex8ABF521C03919592e36
Octal21227712234071311315666
Binary10001010101111111010010111000111001110011011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABF52; }

 p { color: rgb(138,191,82); }

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

<style>
 a { background-color: #8ABF52; }

 a { background-color: rgb(138,191,82); }

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

<style>
 span { border-color: #8ABF52; }

 span { border-color: rgb(138,191,82); }

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