Html Css Color HEX #AAC780 Caper

📋 copy color: '#AAC780'

red 170 ◦ green 199 ◦ blue 128

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

Shades of Caper #AAC780

Tints of Caper #AAC780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 34.21%
G = 40.04%
B = 25.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#AAC780 (or 0xAAC780) is known color: Caper. HEX triplet: AA, C7 and 80. RGB value is (170,199,128). Sum of RGB (Red+Green+Blue) = 170+199+128=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC780 is #55387F. Grayscale: #B6B6B6. Windows color (decimal): -5585024 or 8439722. OLE color: 8439722.

HSL color Cylindrical-coordinate representation of color #AAC780: hue angle of 84.51º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC780 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 128 -
CMYK 0.15 0 0.36 0.22
HSL 84.51º 0.39% 0.64% -
HSV(B) 84.51º 0.36% 0.78% -
XYZ 40.9 50.95 28.1 -
YUV 182.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 170 199 128 0.15 0 0.36 0.22 84.51 0.39 0.64
Hex AA C7 80 F 0 24 16 55 27 40
Octal 252 307 200 17 0 44 26 125 47 100
Binary 10101010 11000111 10000000 1111 0 100100 10110 1010101 100111 1000000

Color Harmonies of #AAC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC780

Black with #AAC780

Text Example


Text Example

White with #AAC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC780; }

 p { color: rgb(170,199,128); }

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

background-color css

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

 a { background-color: rgb(170,199,128); }

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

border-color css

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

 span { border-color: rgb(170,199,128); }

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