Html Css Color HEX #8AC872 Mantis

📋 copy color: '#8AC872'

red 138 ◦ green 200 ◦ blue 114

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

Shades of Mantis #8AC872

Tints of Mantis #8AC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 30.53%
G = 44.25%
B = 25.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#8AC872 (or 0x8AC872) is known color: Mantis. HEX triplet: 8A, C8 and 72. RGB value is (138,200,114). Sum of RGB (Red+Green+Blue) = 138+200+114=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC872 is #75378D. Grayscale: #ABABAB. Windows color (decimal): -7681934 or 7522442. OLE color: 7522442.

HSL color Cylindrical-coordinate representation of color #8AC872: hue angle of 103.26º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AC872 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 200 114 -
CMYK 0.31 0 0.43 0.22
HSL 103.26º 0.44% 0.62% -
HSV(B) 103.26º 0.43% 0.78% -
XYZ 34.17 47.93 23.37 -
YUV 171.66 95.46 103.99 -
System Red Green Blue C M Y K H S L
Decimal 138 200 114 0.31 0 0.43 0.22 103.26 0.44 0.62
Hex 8A C8 72 1F 0 2B 16 67 2C 3E
Octal 212 310 162 37 0 53 26 147 54 76
Binary 10001010 11001000 1110010 11111 0 101011 10110 1100111 101100 111110

Color Harmonies of #8AC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC872

Black with #8AC872

Text Example


Text Example

White with #8AC872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,200,114); }

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

background-color css

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

 a { background-color: rgb(138,200,114); }

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

border-color css

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

 span { border-color: rgb(138,200,114); }

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