Html Css Color HEX #8AD651 Mantis

📋 copy color: '#8AD651'

red 138 ◦ green 214 ◦ blue 81

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

Shades of Mantis #8AD651

Tints of Mantis #8AD651

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 81 (32.03% from 255) = 18.71%

R = 31.87%
G = 49.42%
B = 18.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#8AD651 (or 0x8AD651) is known color: Mantis. HEX triplet: 8A, D6 and 51. RGB value is (138,214,81). Sum of RGB (Red+Green+Blue) = 138+214+81=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD651 is #7529AE. Grayscale: #B0B0B0. Windows color (decimal): -7678383 or 5363338. OLE color: 5363338.

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

Color convert

RGB 138 214 81 -
CMYK 0.36 0 0.62 0.16
HSL 94.29º 0.62% 0.58% -
HSV(B) 94.29º 0.62% 0.84% -
XYZ 36.01 54.09 16.33 -
YUV 176.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 138 214 81 0.36 0 0.62 0.16 94.29 0.62 0.58
Hex 8A D6 51 24 0 3E 10 5E 3E 3A
Octal 212 326 121 44 0 76 20 136 76 72
Binary 10001010 11010110 1010001 100100 0 111110 10000 1011110 111110 111010

Color Harmonies of #8AD651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD651

Black with #8AD651

Text Example


Text Example

White with #8AD651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,81); }

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

background-color css

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

 a { background-color: rgb(138,214,81); }

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

border-color css

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

 span { border-color: rgb(138,214,81); }

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