Html Css Color HEX #AAC569 Olivine

📋 copy color: '#AAC569'

red 170 ◦ green 197 ◦ blue 105

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

Shades of Olivine #AAC569

Tints of Olivine #AAC569

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

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

R = 36.02%
G = 41.74%
B = 22.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#AAC569 (or 0xAAC569) is known color: Olivine. HEX triplet: AA, C5 and 69. RGB value is (170,197,105). Sum of RGB (Red+Green+Blue) = 170+197+105=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC569 is #553A96. Grayscale: #B2B2B2. Windows color (decimal): -5585559 or 6931882. OLE color: 6931882.

HSL color Cylindrical-coordinate representation of color #AAC569: hue angle of 77.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC569 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 105 -
CMYK 0.14 0 0.47 0.23
HSL 77.61º 0.44% 0.59% -
HSV(B) 77.61º 0.47% 0.77% -
XYZ 39.09 49.5 20.86 -
YUV 178.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 170 197 105 0.14 0 0.47 0.23 77.61 0.44 0.59
Hex AA C5 69 E 0 2F 17 4E 2C 3B
Octal 252 305 151 16 0 57 27 116 54 73
Binary 10101010 11000101 1101001 1110 0 101111 10111 1001110 101100 111011

Color Harmonies of #AAC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC569

Black with #AAC569

Text Example


Text Example

White with #AAC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC569; }

 p { color: rgb(170,197,105); }

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

background-color css

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

 a { background-color: rgb(170,197,105); }

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

border-color css

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

 span { border-color: rgb(170,197,105); }

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