Html Css Color HEX #AAAE50 Olive Green

📋 copy color: '#AAAE50'

red 170 ◦ green 174 ◦ blue 80

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

Shades of Olive Green #AAAE50

Tints of Olive Green #AAAE50

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

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

R = 40.09%
G = 41.04%
B = 18.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AAAE50 (or 0xAAAE50) is known color: Olive Green. HEX triplet: AA, AE and 50. RGB value is (170,174,80). Sum of RGB (Red+Green+Blue) = 170+174+80=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE50 is #5551AF. Grayscale: #A2A2A2. Windows color (decimal): -5591472 or 5287594. OLE color: 5287594.

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

Color convert

RGB 170 174 80 -
CMYK 0.02 0 0.54 0.32
HSL 62.55º 0.37% 0.5% -
HSV(B) 62.55º 0.54% 0.68% -
XYZ 33.16 39.4 13.45 -
YUV 162.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 170 174 80 0.02 0 0.54 0.32 62.55 0.37 0.5
Hex AA AE 50 2 0 36 20 3F 25 32
Octal 252 256 120 2 0 66 40 77 45 62
Binary 10101010 10101110 1010000 10 0 110110 100000 111111 100101 110010

Color Harmonies of #AAAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE50

Black with #AAAE50

Text Example


Text Example

White with #AAAE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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