#8AD469

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

Shades of Mantis #8AD469

Tints of Mantis #8AD469

Color information

#8AD469 (or 0x8AD469) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 69. RGB value is (138,212,105). Sum of RGB (Red+Green+Blue) = 138+212+105=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD469 is #752B96. Grayscale: #B2B2B2. Windows color (decimal): -7678871 or 6935690. OLE color: 6935690.

HSL color Cylindrical-coordinate representation of color #8AD469: hue angle of 101.5º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AD469 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB138212105-
CMYK0.3500.500.17
HSL101.5º55.44%62.16%-
HSV(B)101.5º50.47%83.14%-
XYZ36.5753.5121.77-
YUV177.6886.9899.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=30.33%
G=46.59%
B=23.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121050.3500.500.17101.555.4462.16
Hex8AD469230321165373e
Octal21232415143062211456776
Binary100010101101010011010011000110110010100011100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,212,105); }

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

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

 a { background-color: rgb(138,212,105); }

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

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

 span { border-color: rgb(138,212,105); }

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