Html Css Color HEX #AAC270 Caper

📋 copy color: '#AAC270'

red 170 ◦ green 194 ◦ blue 112

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

Shades of Caper #AAC270

Tints of Caper #AAC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 35.71%
G = 40.76%
B = 23.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#AAC270 (or 0xAAC270) is known color: Caper. HEX triplet: AA, C2 and 70. RGB value is (170,194,112). Sum of RGB (Red+Green+Blue) = 170+194+112=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC270 is #553D8F. Grayscale: #B1B1B1. Windows color (decimal): -5586320 or 7389866. OLE color: 7389866.

HSL color Cylindrical-coordinate representation of color #AAC270: hue angle of 77.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC270 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 112 -
CMYK 0.12 0 0.42 0.24
HSL 77.56º 0.4% 0.6% -
HSV(B) 77.56º 0.42% 0.76% -
XYZ 38.79 48.3 22.61 -
YUV 177.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 170 194 112 0.12 0 0.42 0.24 77.56 0.4 0.6
Hex AA C2 70 C 0 2A 18 4E 28 3C
Octal 252 302 160 14 0 52 30 116 50 74
Binary 10101010 11000010 1110000 1100 0 101010 11000 1001110 101000 111100

Color Harmonies of #AAC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC270

Black with #AAC270

Text Example


Text Example

White with #AAC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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