Html Css Color HEX #AAD271 Caper

📋 copy color: '#AAD271'

red 170 ◦ green 210 ◦ blue 113

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

Shades of Caper #AAD271

Tints of Caper #AAD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 34.48%
G = 42.6%
B = 22.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#AAD271 (or 0xAAD271) is known color: Caper. HEX triplet: AA, D2 and 71. RGB value is (170,210,113). Sum of RGB (Red+Green+Blue) = 170+210+113=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD271 is #552D8E. Grayscale: #BBBBBB. Windows color (decimal): -5582223 or 7459498. OLE color: 7459498.

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

Color convert

RGB 170 210 113 -
CMYK 0.19 0 0.46 0.18
HSL 84.74º 0.52% 0.63% -
HSV(B) 84.74º 0.46% 0.82% -
XYZ 42.6 55.83 24.15 -
YUV 186.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 170 210 113 0.19 0 0.46 0.18 84.74 0.52 0.63
Hex AA D2 71 13 0 2E 12 55 34 3F
Octal 252 322 161 23 0 56 22 125 64 77
Binary 10101010 11010010 1110001 10011 0 101110 10010 1010101 110100 111111

Color Harmonies of #AAD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD271

Black with #AAD271

Text Example


Text Example

White with #AAD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD271; }

 p { color: rgb(170,210,113); }

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

background-color css

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

 a { background-color: rgb(170,210,113); }

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

border-color css

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

 span { border-color: rgb(170,210,113); }

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