Html Css Color HEX #8AC060 Mantis

📋 copy color: '#8AC060'

red 138 ◦ green 192 ◦ blue 96

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

Shades of Mantis #8AC060

Tints of Mantis #8AC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 32.39%
G = 45.07%
B = 22.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#8AC060 (or 0x8AC060) is known color: Mantis. HEX triplet: 8A, C0 and 60. RGB value is (138,192,96). Sum of RGB (Red+Green+Blue) = 138+192+96=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC060 is #753F9F. Grayscale: #A5A5A5. Windows color (decimal): -7684000 or 6340746. OLE color: 6340746.

HSL color Cylindrical-coordinate representation of color #8AC060: hue angle of 93.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AC060 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 96 -
CMYK 0.28 0 0.50 0.25
HSL 93.75º 0.43% 0.56% -
HSV(B) 93.75º 0.5% 0.75% -
XYZ 31.44 43.95 17.89 -
YUV 164.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 138 192 96 0.28 0 0.50 0.25 93.75 0.43 0.56
Hex 8A C0 60 1C 0 32 19 5E 2B 38
Octal 212 300 140 34 0 62 31 136 53 70
Binary 10001010 11000000 1100000 11100 0 110010 11001 1011110 101011 111000

Color Harmonies of #8AC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC060

Black with #8AC060

Text Example


Text Example

White with #8AC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,96); }

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

background-color css

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

 a { background-color: rgb(138,192,96); }

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

border-color css

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

 span { border-color: rgb(138,192,96); }

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