Html Css Color HEX #AAD174 Caper

📋 copy color: '#AAD174'

red 170 ◦ green 209 ◦ blue 116

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

Shades of Caper #AAD174

Tints of Caper #AAD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 34.34%
G = 42.22%
B = 23.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#AAD174 (or 0xAAD174) is known color: Caper. HEX triplet: AA, D1 and 74. RGB value is (170,209,116). Sum of RGB (Red+Green+Blue) = 170+209+116=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD174 is #552E8B. Grayscale: #BBBBBB. Windows color (decimal): -5582476 or 7655850. OLE color: 7655850.

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

Color convert

RGB 170 209 116 -
CMYK 0.19 0 0.44 0.18
HSL 85.16º 0.5% 0.64% -
HSV(B) 85.16º 0.44% 0.82% -
XYZ 42.53 55.41 24.98 -
YUV 186.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 170 209 116 0.19 0 0.44 0.18 85.16 0.5 0.64
Hex AA D1 74 13 0 2C 12 55 32 40
Octal 252 321 164 23 0 54 22 125 62 100
Binary 10101010 11010001 1110100 10011 0 101100 10010 1010101 110010 1000000

Color Harmonies of #AAD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD174

Black with #AAD174

Text Example


Text Example

White with #AAD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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