Html Css Color HEX #8AC951 Mantis

📋 copy color: '#8AC951'

red 138 ◦ green 201 ◦ blue 81

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

Shades of Mantis #8AC951

Tints of Mantis #8AC951

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.86%

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

R = 32.86%
G = 47.86%
B = 19.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#8AC951 (or 0x8AC951) is known color: Mantis. HEX triplet: 8A, C9 and 51. RGB value is (138,201,81). Sum of RGB (Red+Green+Blue) = 138+201+81=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC951 is #7536AE. Grayscale: #A8A8A8. Windows color (decimal): -7681711 or 5360010. OLE color: 5360010.

HSL color Cylindrical-coordinate representation of color #8AC951: hue angle of 91.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AC951 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 81 -
CMYK 0.31 0 0.60 0.21
HSL 91.5º 0.53% 0.55% -
HSV(B) 91.5º 0.6% 0.79% -
XYZ 32.85 47.77 15.27 -
YUV 168.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 138 201 81 0.31 0 0.60 0.21 91.5 0.53 0.55
Hex 8A C9 51 1F 0 3C 15 5C 35 37
Octal 212 311 121 37 0 74 25 134 65 67
Binary 10001010 11001001 1010001 11111 0 111100 10101 1011100 110101 110111

Color Harmonies of #8AC951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC951

Black with #8AC951

Text Example


Text Example

White with #8AC951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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