Html Css Color HEX #8AC973 Mantis

📋 copy color: '#8AC973'

red 138 ◦ green 201 ◦ blue 115

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

Shades of Mantis #8AC973

Tints of Mantis #8AC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 30.4%
G = 44.27%
B = 25.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#8AC973 (or 0x8AC973) is known color: Mantis. HEX triplet: 8A, C9 and 73. RGB value is (138,201,115). Sum of RGB (Red+Green+Blue) = 138+201+115=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC973 is #75368C. Grayscale: #ACACAC. Windows color (decimal): -7681677 or 7588234. OLE color: 7588234.

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

Color convert

RGB 138 201 115 -
CMYK 0.31 0 0.43 0.21
HSL 103.95º 0.44% 0.62% -
HSV(B) 103.95º 0.43% 0.79% -
XYZ 34.46 48.41 23.75 -
YUV 172.36 95.63 103.49 -
System Red Green Blue C M Y K H S L
Decimal 138 201 115 0.31 0 0.43 0.21 103.95 0.44 0.62
Hex 8A C9 73 1F 0 2B 15 68 2C 3E
Octal 212 311 163 37 0 53 25 150 54 76
Binary 10001010 11001001 1110011 11111 0 101011 10101 1101000 101100 111110

Color Harmonies of #8AC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC973

Black with #8AC973

Text Example


Text Example

White with #8AC973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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