Html Css Color HEX #AAD16C Caper

📋 copy color: '#AAD16C'

red 170 ◦ green 209 ◦ blue 108

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

Shades of Caper #AAD16C

Tints of Caper #AAD16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 34.91%
G = 42.92%
B = 22.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AAD16C (or 0xAAD16C) is known color: Caper. HEX triplet: AA, D1 and 6C. RGB value is (170,209,108). Sum of RGB (Red+Green+Blue) = 170+209+108=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD16C is #552E93. Grayscale: #BABABA. Windows color (decimal): -5582484 or 7131562. OLE color: 7131562.

HSL color Cylindrical-coordinate representation of color #AAD16C: hue angle of 83.17º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD16C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 108 -
CMYK 0.19 0 0.48 0.18
HSL 83.17º 0.52% 0.62% -
HSV(B) 83.17º 0.48% 0.82% -
XYZ 42.08 55.23 22.63 -
YUV 185.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 170 209 108 0.19 0 0.48 0.18 83.17 0.52 0.62
Hex AA D1 6C 13 0 30 12 53 34 3E
Octal 252 321 154 23 0 60 22 123 64 76
Binary 10101010 11010001 1101100 10011 0 110000 10010 1010011 110100 111110

Color Harmonies of #AAD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD16C

Black with #AAD16C

Text Example


Text Example

White with #AAD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD16C; }

 p { color: rgb(170,209,108); }

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

background-color css

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

 a { background-color: rgb(170,209,108); }

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

border-color css

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

 span { border-color: rgb(170,209,108); }

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