Html Css Color HEX #AAC369 Olivine

📋 copy color: '#AAC369'

red 170 ◦ green 195 ◦ blue 105

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

Shades of Olivine #AAC369

Tints of Olivine #AAC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

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

R = 36.17%
G = 41.49%
B = 22.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AAC369 (or 0xAAC369) is known color: Olivine. HEX triplet: AA, C3 and 69. RGB value is (170,195,105). Sum of RGB (Red+Green+Blue) = 170+195+105=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC369 is #553C96. Grayscale: #B1B1B1. Windows color (decimal): -5586071 or 6931370. OLE color: 6931370.

HSL color Cylindrical-coordinate representation of color #AAC369: hue angle of 76.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC369 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 105 -
CMYK 0.13 0 0.46 0.24
HSL 76.67º 0.43% 0.59% -
HSV(B) 76.67º 0.46% 0.76% -
XYZ 38.64 48.6 20.71 -
YUV 177.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 170 195 105 0.13 0 0.46 0.24 76.67 0.43 0.59
Hex AA C3 69 D 0 2E 18 4D 2B 3B
Octal 252 303 151 15 0 56 30 115 53 73
Binary 10101010 11000011 1101001 1101 0 101110 11000 1001101 101011 111011

Color Harmonies of #AAC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC369

Black with #AAC369

Text Example


Text Example

White with #AAC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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