Html Css Color HEX #AAAF50 Olive Green

📋 copy color: '#AAAF50'

red 170 ◦ green 175 ◦ blue 80

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

Shades of Olive Green #AAAF50

Tints of Olive Green #AAAF50

RGB

 RED value IS 170 (66.8% from 255) = 40%

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 40%
G = 41.18%
B = 18.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AAAF50 (or 0xAAAF50) is known color: Olive Green. HEX triplet: AA, AF and 50. RGB value is (170,175,80). Sum of RGB (Red+Green+Blue) = 170+175+80=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF50 is #5550AF. Grayscale: #A3A3A3. Windows color (decimal): -5591216 or 5287850. OLE color: 5287850.

HSL color Cylindrical-coordinate representation of color #AAAF50: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAAF50 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 80 -
CMYK 0.03 0 0.54 0.31
HSL 63.16º 0.37% 0.5% -
HSV(B) 63.16º 0.54% 0.69% -
XYZ 33.36 39.79 13.51 -
YUV 162.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 170 175 80 0.03 0 0.54 0.31 63.16 0.37 0.5
Hex AA AF 50 3 0 36 1F 3F 25 32
Octal 252 257 120 3 0 66 37 77 45 62
Binary 10101010 10101111 1010000 11 0 110110 11111 111111 100101 110010

Color Harmonies of #AAAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF50

Black with #AAAF50

Text Example


Text Example

White with #AAAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF50; }

 p { color: rgb(170,175,80); }

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

background-color css

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

 a { background-color: rgb(170,175,80); }

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

border-color css

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

 span { border-color: rgb(170,175,80); }

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