Html Css Color HEX #8AD852 Mantis

📋 copy color: '#8AD852'

red 138 ◦ green 216 ◦ blue 82

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

Shades of Mantis #8AD852

Tints of Mantis #8AD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 31.65%
G = 49.54%
B = 18.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#8AD852 (or 0x8AD852) is known color: Mantis. HEX triplet: 8A, D8 and 52. RGB value is (138,216,82). Sum of RGB (Red+Green+Blue) = 138+216+82=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD852 is #7527AD. Grayscale: #B1B1B1. Windows color (decimal): -7677870 or 5429386. OLE color: 5429386.

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

Color convert

RGB 138 216 82 -
CMYK 0.36 0 0.62 0.15
HSL 94.93º 0.63% 0.58% -
HSV(B) 94.93º 0.62% 0.85% -
XYZ 36.56 55.12 16.7 -
YUV 177.4 74.16 99.9 -
System Red Green Blue C M Y K H S L
Decimal 138 216 82 0.36 0 0.62 0.15 94.93 0.63 0.58
Hex 8A D8 52 24 0 3E F 5F 3F 3A
Octal 212 330 122 44 0 76 17 137 77 72
Binary 10001010 11011000 1010010 100100 0 111110 1111 1011111 111111 111010

Color Harmonies of #8AD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD852

Black with #8AD852

Text Example


Text Example

White with #8AD852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,82); }

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

background-color css

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

 a { background-color: rgb(138,216,82); }

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

border-color css

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

 span { border-color: rgb(138,216,82); }

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