Html Css Color HEX #AAC96D Caper

📋 copy color: '#AAC96D'

red 170 ◦ green 201 ◦ blue 109

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

Shades of Caper #AAC96D

Tints of Caper #AAC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 35.42%
G = 41.88%
B = 22.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#AAC96D (or 0xAAC96D) is known color: Caper. HEX triplet: AA, C9 and 6D. RGB value is (170,201,109). Sum of RGB (Red+Green+Blue) = 170+201+109=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96D is #553692. Grayscale: #B5B5B5. Windows color (decimal): -5584531 or 7195050. OLE color: 7195050.

HSL color Cylindrical-coordinate representation of color #AAC96D: hue angle of 80.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC96D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 109 -
CMYK 0.15 0 0.46 0.21
HSL 80.22º 0.46% 0.61% -
HSV(B) 80.22º 0.46% 0.79% -
XYZ 40.22 51.42 22.27 -
YUV 181.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 170 201 109 0.15 0 0.46 0.21 80.22 0.46 0.61
Hex AA C9 6D F 0 2E 15 50 2E 3D
Octal 252 311 155 17 0 56 25 120 56 75
Binary 10101010 11001001 1101101 1111 0 101110 10101 1010000 101110 111101

Color Harmonies of #AAC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC96D

Black with #AAC96D

Text Example


Text Example

White with #AAC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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