Html Css Color HEX #AAD070 Caper

📋 copy color: '#AAD070'

red 170 ◦ green 208 ◦ blue 112

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

Shades of Caper #AAD070

Tints of Caper #AAD070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 34.69%
G = 42.45%
B = 22.86%

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

#AAD070 (or 0xAAD070) is known color: Caper. HEX triplet: AA, D0 and 70. RGB value is (170,208,112). Sum of RGB (Red+Green+Blue) = 170+208+112=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD070 is #552F8F. Grayscale: #BABABA. Windows color (decimal): -5582736 or 7393450. OLE color: 7393450.

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

Color convert

RGB 170 208 112 -
CMYK 0.18 0 0.46 0.18
HSL 83.75º 0.51% 0.63% -
HSV(B) 83.75º 0.46% 0.82% -
XYZ 42.06 54.83 23.7 -
YUV 185.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 170 208 112 0.18 0 0.46 0.18 83.75 0.51 0.63
Hex AA D0 70 12 0 2E 12 54 33 3F
Octal 252 320 160 22 0 56 22 124 63 77
Binary 10101010 11010000 1110000 10010 0 101110 10010 1010100 110011 111111

Color Harmonies of #AAD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD070

Black with #AAD070

Text Example


Text Example

White with #AAD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD070; }

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

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

background-color css

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

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

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

border-color css

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

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

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