Html Css Color HEX #8AD071 Mantis

📋 copy color: '#8AD071'

red 138 ◦ green 208 ◦ blue 113

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

Shades of Mantis #8AD071

Tints of Mantis #8AD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 30.07%
G = 45.32%
B = 24.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#8AD071 (or 0x8AD071) is known color: Mantis. HEX triplet: 8A, D0 and 71. RGB value is (138,208,113). Sum of RGB (Red+Green+Blue) = 138+208+113=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD071 is #752F8E. Grayscale: #B0B0B0. Windows color (decimal): -7679887 or 7458954. OLE color: 7458954.

HSL color Cylindrical-coordinate representation of color #8AD071: hue angle of 104.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD071 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 113 -
CMYK 0.34 0 0.46 0.18
HSL 104.21º 0.5% 0.63% -
HSV(B) 104.21º 0.46% 0.82% -
XYZ 36.02 51.71 23.7 -
YUV 176.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 138 208 113 0.34 0 0.46 0.18 104.21 0.5 0.63
Hex 8A D0 71 22 0 2E 12 68 32 3F
Octal 212 320 161 42 0 56 22 150 62 77
Binary 10001010 11010000 1110001 100010 0 101110 10010 1101000 110010 111111

Color Harmonies of #8AD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD071

Black with #8AD071

Text Example


Text Example

White with #8AD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,113); }

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

background-color css

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

 a { background-color: rgb(138,208,113); }

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

border-color css

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

 span { border-color: rgb(138,208,113); }

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