#8ADD63

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

Shades of Mantis #8ADD63

Tints of Mantis #8ADD63

Color information

#8ADD63 (or 0x8ADD63) is unknown color: approx Mantis. HEX triplet: 8A, DD and 63. RGB value is (138,221,99). Sum of RGB (Red+Green+Blue) = 138+221+99=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD63 is #75229C. Grayscale: #B6B6B6. Windows color (decimal): -7676573 or 6544778. OLE color: 6544778.

HSL color Cylindrical-coordinate representation of color #8ADD63: hue angle of 100.82º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADD63 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB13822199-
CMYK0.3800.550.13
HSL100.82º64.21%62.75%-
HSV(B)100.82º55.2%86.67%-
XYZ38.5958.0220.97-
YUV182.288196.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=30.13%
G=48.25%
B=21.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138221990.3800.550.13100.8264.2162.75
Hex8ADD6326037D65403f
Octal212335143460671514510077
Binary100010101101110111000111001100110111110111001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,99); }

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

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

 a { background-color: rgb(138,221,99); }

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

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

 span { border-color: rgb(138,221,99); }

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