Html Css Color HEX #8AC560 Mantis

📋 copy color: '#8AC560'

red 138 ◦ green 197 ◦ blue 96

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

Shades of Mantis #8AC560

Tints of Mantis #8AC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

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

R = 32.02%
G = 45.71%
B = 22.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#8AC560 (or 0x8AC560) is known color: Mantis. HEX triplet: 8A, C5 and 60. RGB value is (138,197,96). Sum of RGB (Red+Green+Blue) = 138+197+96=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC560 is #753A9F. Grayscale: #A8A8A8. Windows color (decimal): -7682720 or 6342026. OLE color: 6342026.

HSL color Cylindrical-coordinate representation of color #8AC560: hue angle of 95.05º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AC560 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 96 -
CMYK 0.30 0 0.51 0.23
HSL 95.05º 0.47% 0.57% -
HSV(B) 95.05º 0.51% 0.77% -
XYZ 32.56 46.18 18.26 -
YUV 167.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 138 197 96 0.30 0 0.51 0.23 95.05 0.47 0.57
Hex 8A C5 60 1E 0 33 17 5F 2F 39
Octal 212 305 140 36 0 63 27 137 57 71
Binary 10001010 11000101 1100000 11110 0 110011 10111 1011111 101111 111001

Color Harmonies of #8AC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC560

Black with #8AC560

Text Example


Text Example

White with #8AC560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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