Html Css Color HEX #AAAE4D Olive Green

📋 copy color: '#AAAE4D'

red 170 ◦ green 174 ◦ blue 77

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

Shades of Olive Green #AAAE4D

Tints of Olive Green #AAAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 40.38%
G = 41.33%
B = 18.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AAAE4D (or 0xAAAE4D) is known color: Olive Green. HEX triplet: AA, AE and 4D. RGB value is (170,174,77). Sum of RGB (Red+Green+Blue) = 170+174+77=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE4D is #5551B2. Grayscale: #A2A2A2. Windows color (decimal): -5591475 or 5090986. OLE color: 5090986.

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

Color convert

RGB 170 174 77 -
CMYK 0.02 0 0.56 0.32
HSL 62.47º 0.39% 0.49% -
HSV(B) 62.47º 0.56% 0.68% -
XYZ 33.05 39.35 12.88 -
YUV 161.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 170 174 77 0.02 0 0.56 0.32 62.47 0.39 0.49
Hex AA AE 4D 2 0 38 20 3E 27 31
Octal 252 256 115 2 0 70 40 76 47 61
Binary 10101010 10101110 1001101 10 0 111000 100000 111110 100111 110001

Color Harmonies of #AAAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE4D

Black with #AAAE4D

Text Example


Text Example

White with #AAAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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