Html Css Color HEX #AAC168 Olivine

📋 copy color: '#AAC168'

red 170 ◦ green 193 ◦ blue 104

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

Shades of Olivine #AAC168

Tints of Olivine #AAC168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 36.4%
G = 41.33%
B = 22.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AAC168 (or 0xAAC168) is known color: Olivine. HEX triplet: AA, C1 and 68. RGB value is (170,193,104). Sum of RGB (Red+Green+Blue) = 170+193+104=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC168 is #553E97. Grayscale: #B0B0B0. Windows color (decimal): -5586584 or 6865322. OLE color: 6865322.

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

Color convert

RGB 170 193 104 -
CMYK 0.12 0 0.46 0.24
HSL 75.51º 0.42% 0.58% -
HSV(B) 75.51º 0.46% 0.76% -
XYZ 38.15 47.69 20.29 -
YUV 175.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 170 193 104 0.12 0 0.46 0.24 75.51 0.42 0.58
Hex AA C1 68 C 0 2E 18 4C 2A 3A
Octal 252 301 150 14 0 56 30 114 52 72
Binary 10101010 11000001 1101000 1100 0 101110 11000 1001100 101010 111010

Color Harmonies of #AAC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC168

Black with #AAC168

Text Example


Text Example

White with #AAC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC168; }

 p { color: rgb(170,193,104); }

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

background-color css

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

 a { background-color: rgb(170,193,104); }

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

border-color css

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

 span { border-color: rgb(170,193,104); }

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