Html Css Color HEX #AAD071 Caper

📋 copy color: '#AAD071'

red 170 ◦ green 208 ◦ blue 113

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

Shades of Caper #AAD071

Tints of Caper #AAD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.36%

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

R = 34.62%
G = 42.36%
B = 23.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#AAD071 (or 0xAAD071) is known color: Caper. HEX triplet: AA, D0 and 71. RGB value is (170,208,113). Sum of RGB (Red+Green+Blue) = 170+208+113=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD071 is #552F8E. Grayscale: #BABABA. Windows color (decimal): -5582735 or 7458986. OLE color: 7458986.

HSL color Cylindrical-coordinate representation of color #AAD071: hue angle of 84º degrees, saturation: 0.5, 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 #AAD071 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 113 -
CMYK 0.18 0 0.46 0.18
HSL 84º 0.5% 0.63% -
HSV(B) 84º 0.46% 0.82% -
XYZ 42.11 54.85 23.99 -
YUV 185.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 170 208 113 0.18 0 0.46 0.18 84 0.5 0.63
Hex AA D0 71 12 0 2E 12 54 32 3F
Octal 252 320 161 22 0 56 22 124 62 77
Binary 10101010 11010000 1110001 10010 0 101110 10010 1010100 110010 111111

Color Harmonies of #AAD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD071

Black with #AAD071

Text Example


Text Example

White with #AAD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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