Html Css Color HEX #AAD073 Caper

📋 copy color: '#AAD073'

red 170 ◦ green 208 ◦ blue 115

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

Shades of Caper #AAD073

Tints of Caper #AAD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 34.48%
G = 42.19%
B = 23.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#AAD073 (or 0xAAD073) is known color: Caper. HEX triplet: AA, D0 and 73. RGB value is (170,208,115). Sum of RGB (Red+Green+Blue) = 170+208+115=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD073 is #552F8C. Grayscale: #BABABA. Windows color (decimal): -5582733 or 7590058. OLE color: 7590058.

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

Color convert

RGB 170 208 115 -
CMYK 0.18 0 0.45 0.18
HSL 84.52º 0.5% 0.63% -
HSV(B) 84.52º 0.45% 0.82% -
XYZ 42.23 54.9 24.59 -
YUV 186.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 170 208 115 0.18 0 0.45 0.18 84.52 0.5 0.63
Hex AA D0 73 12 0 2D 12 55 32 3F
Octal 252 320 163 22 0 55 22 125 62 77
Binary 10101010 11010000 1110011 10010 0 101101 10010 1010101 110010 111111

Color Harmonies of #AAD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD073

Black with #AAD073

Text Example


Text Example

White with #AAD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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