Html Css Color HEX #8ADD5E Mantis

📋 copy color: '#8ADD5E'

red 138 ◦ green 221 ◦ blue 94

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

Shades of Mantis #8ADD5E

Tints of Mantis #8ADD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 30.46%
G = 48.79%
B = 20.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#8ADD5E (or 0x8ADD5E) is known color: Mantis. HEX triplet: 8A, DD and 5E. RGB value is (138,221,94). Sum of RGB (Red+Green+Blue) = 138+221+94=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD5E is #7522A1. Grayscale: #B6B6B6. Windows color (decimal): -7676578 or 6217098. OLE color: 6217098.

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

Color convert

RGB 138 221 94 -
CMYK 0.38 0 0.57 0.13
HSL 99.21º 0.65% 0.62% -
HSV(B) 99.21º 0.57% 0.87% -
XYZ 38.36 57.92 19.75 -
YUV 181.71 78.5 96.83 -
System Red Green Blue C M Y K H S L
Decimal 138 221 94 0.38 0 0.57 0.13 99.21 0.65 0.62
Hex 8A DD 5E 26 0 39 D 63 41 3E
Octal 212 335 136 46 0 71 15 143 101 76
Binary 10001010 11011101 1011110 100110 0 111001 1101 1100011 1000001 111110

Color Harmonies of #8ADD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD5E

Black with #8ADD5E

Text Example


Text Example

White with #8ADD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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