#8AD967

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

Shades of Mantis #8AD967

Tints of Mantis #8AD967

Color information

#8AD967 (or 0x8AD967) is unknown color: approx Mantis. HEX triplet: 8A, D9 and 67. RGB value is (138,217,103). Sum of RGB (Red+Green+Blue) = 138+217+103=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD967 is #752698. Grayscale: #B4B4B4. Windows color (decimal): -7677593 or 6805898. OLE color: 6805898.

HSL color Cylindrical-coordinate representation of color #8AD967: hue angle of 101.58º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AD967 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB138217103-
CMYK0.3600.530.15
HSL101.58º60%62.75%-
HSV(B)101.58º52.53%85.1%-
XYZ37.7456.0121.65-
YUV180.3884.3397.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 217 (85.16% from 255) = 47.38%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=30.13%
G=47.38%
B=22.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171030.3600.530.15101.586062.75
Hex8AD96724035F663c3f
Octal21233114744065171467477
Binary10001010110110011100111100100011010111111100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,103); }

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

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

 a { background-color: rgb(138,217,103); }

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

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

 span { border-color: rgb(138,217,103); }

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