Html Css Color HEX #8ADD5D Mantis

📋 copy color: '#8ADD5D'

red 138 ◦ green 221 ◦ blue 93

#8ADD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8ADD5D

Tints of Mantis #8ADD5D

RGB

 RED value IS 138 (54.3% from 255) = 30.53%

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 30.53%
G = 48.89%
B = 20.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#8ADD5D (or 0x8ADD5D) is known color: Mantis. HEX triplet: 8A, DD and 5D. RGB value is (138,221,93). Sum of RGB (Red+Green+Blue) = 138+221+93=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD5D is #7522A2. Grayscale: #B6B6B6. Windows color (decimal): -7676579 or 6151562. OLE color: 6151562.

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

Color convert

RGB 138 221 93 -
CMYK 0.38 0 0.58 0.13
HSL 98.91º 0.65% 0.62% -
HSV(B) 98.91º 0.58% 0.87% -
XYZ 38.31 57.91 19.51 -
YUV 181.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 138 221 93 0.38 0 0.58 0.13 98.91 0.65 0.62
Hex 8A DD 5D 26 0 3A D 63 41 3E
Octal 212 335 135 46 0 72 15 143 101 76
Binary 10001010 11011101 1011101 100110 0 111010 1101 1100011 1000001 111110

Color Harmonies of #8ADD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD5D

Black with #8ADD5D

Text Example


Text Example

White with #8ADD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADD5D;
 }
 .AnyTagClassName
 {
   color: #8ADD5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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