Html Css Color HEX #8AC96D Mantis

📋 copy color: '#8AC96D'

red 138 ◦ green 201 ◦ blue 109

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

Shades of Mantis #8AC96D

Tints of Mantis #8AC96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 30.8%
G = 44.87%
B = 24.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#8AC96D (or 0x8AC96D) is known color: Mantis. HEX triplet: 8A, C9 and 6D. RGB value is (138,201,109). Sum of RGB (Red+Green+Blue) = 138+201+109=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC96D is #753692. Grayscale: #ABABAB. Windows color (decimal): -7681683 or 7195018. OLE color: 7195018.

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

Color convert

RGB 138 201 109 -
CMYK 0.31 0 0.46 0.21
HSL 101.09º 0.46% 0.61% -
HSV(B) 101.09º 0.46% 0.79% -
XYZ 34.13 48.28 21.99 -
YUV 171.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 138 201 109 0.31 0 0.46 0.21 101.09 0.46 0.61
Hex 8A C9 6D 1F 0 2E 15 65 2E 3D
Octal 212 311 155 37 0 56 25 145 56 75
Binary 10001010 11001001 1101101 11111 0 101110 10101 1100101 101110 111101

Color Harmonies of #8AC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC96D

Black with #8AC96D

Text Example


Text Example

White with #8AC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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