Html Css Color HEX #8AC969 Mantis

📋 copy color: '#8AC969'

red 138 ◦ green 201 ◦ blue 105

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

Shades of Mantis #8AC969

Tints of Mantis #8AC969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 31.08%
G = 45.27%
B = 23.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#8AC969 (or 0x8AC969) is known color: Mantis. HEX triplet: 8A, C9 and 69. RGB value is (138,201,105). Sum of RGB (Red+Green+Blue) = 138+201+105=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC969 is #753696. Grayscale: #ABABAB. Windows color (decimal): -7681687 or 6932874. OLE color: 6932874.

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

Color convert

RGB 138 201 105 -
CMYK 0.31 0 0.48 0.21
HSL 99.38º 0.47% 0.6% -
HSV(B) 99.38º 0.48% 0.79% -
XYZ 33.92 48.2 20.88 -
YUV 171.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 138 201 105 0.31 0 0.48 0.21 99.38 0.47 0.6
Hex 8A C9 69 1F 0 30 15 63 2F 3C
Octal 212 311 151 37 0 60 25 143 57 74
Binary 10001010 11001001 1101001 11111 0 110000 10101 1100011 101111 111100

Color Harmonies of #8AC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC969

Black with #8AC969

Text Example


Text Example

White with #8AC969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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