Html Css Color HEX #AAAE54 Olive Green

📋 copy color: '#AAAE54'

red 170 ◦ green 174 ◦ blue 84

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

Shades of Olive Green #AAAE54

Tints of Olive Green #AAAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 39.72%
G = 40.65%
B = 19.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AAAE54 (or 0xAAAE54) is known color: Olive Green. HEX triplet: AA, AE and 54. RGB value is (170,174,84). Sum of RGB (Red+Green+Blue) = 170+174+84=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE54 is #5551AB. Grayscale: #A2A2A2. Windows color (decimal): -5591468 or 5549738. OLE color: 5549738.

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

Color convert

RGB 170 174 84 -
CMYK 0.02 0 0.52 0.32
HSL 62.67º 0.36% 0.51% -
HSV(B) 62.67º 0.52% 0.68% -
XYZ 33.31 39.46 14.25 -
YUV 162.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 170 174 84 0.02 0 0.52 0.32 62.67 0.36 0.51
Hex AA AE 54 2 0 34 20 3F 24 33
Octal 252 256 124 2 0 64 40 77 44 63
Binary 10101010 10101110 1010100 10 0 110100 100000 111111 100100 110011

Color Harmonies of #AAAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE54

Black with #AAAE54

Text Example


Text Example

White with #AAAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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