Html Css Color HEX #AAC16D Caper

📋 copy color: '#AAC16D'

red 170 ◦ green 193 ◦ blue 109

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

Shades of Caper #AAC16D

Tints of Caper #AAC16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 36.02%
G = 40.89%
B = 23.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#AAC16D (or 0xAAC16D) is known color: Caper. HEX triplet: AA, C1 and 6D. RGB value is (170,193,109). Sum of RGB (Red+Green+Blue) = 170+193+109=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC16D is #553E92. Grayscale: #B0B0B0. Windows color (decimal): -5586579 or 7193002. OLE color: 7193002.

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

Color convert

RGB 170 193 109 -
CMYK 0.12 0 0.44 0.24
HSL 76.43º 0.4% 0.59% -
HSV(B) 76.43º 0.44% 0.76% -
XYZ 38.41 47.79 21.67 -
YUV 176.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 170 193 109 0.12 0 0.44 0.24 76.43 0.4 0.59
Hex AA C1 6D C 0 2C 18 4C 28 3B
Octal 252 301 155 14 0 54 30 114 50 73
Binary 10101010 11000001 1101101 1100 0 101100 11000 1001100 101000 111011

Color Harmonies of #AAC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC16D

Black with #AAC16D

Text Example


Text Example

White with #AAC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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