Html Css Color HEX #8AB969 Mantis

📋 copy color: '#8AB969'

red 138 ◦ green 185 ◦ blue 105

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

Shades of Mantis #8AB969

Tints of Mantis #8AB969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 32.24%
G = 43.22%
B = 24.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#8AB969 (or 0x8AB969) is known color: Mantis. HEX triplet: 8A, B9 and 69. RGB value is (138,185,105). Sum of RGB (Red+Green+Blue) = 138+185+105=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB969 is #754696. Grayscale: #A2A2A2. Windows color (decimal): -7685783 or 6928778. OLE color: 6928778.

HSL color Cylindrical-coordinate representation of color #8AB969: hue angle of 95.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB969 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 105 -
CMYK 0.25 0 0.43 0.27
HSL 95.25º 0.36% 0.57% -
HSV(B) 95.25º 0.43% 0.73% -
XYZ 30.38 41.12 19.7 -
YUV 161.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 138 185 105 0.25 0 0.43 0.27 95.25 0.36 0.57
Hex 8A B9 69 19 0 2B 1B 5F 24 39
Octal 212 271 151 31 0 53 33 137 44 71
Binary 10001010 10111001 1101001 11001 0 101011 11011 1011111 100100 111001

Color Harmonies of #8AB969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB969

Black with #8AB969

Text Example


Text Example

White with #8AB969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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