Html Css Color HEX #AAC288 Caper

📋 copy color: '#AAC288'

red 170 ◦ green 194 ◦ blue 136

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

Shades of Caper #AAC288

Tints of Caper #AAC288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 34%
G = 38.8%
B = 27.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#AAC288 (or 0xAAC288) is known color: Caper. HEX triplet: AA, C2 and 88. RGB value is (170,194,136). Sum of RGB (Red+Green+Blue) = 170+194+136=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC288 is #553D77. Grayscale: #B4B4B4. Windows color (decimal): -5586296 or 8962730. OLE color: 8962730.

HSL color Cylindrical-coordinate representation of color #AAC288: hue angle of 84.83º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC288 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 136 -
CMYK 0.12 0 0.30 0.24
HSL 84.83º 0.32% 0.65% -
HSV(B) 84.83º 0.3% 0.76% -
XYZ 40.31 48.91 30.61 -
YUV 180.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 170 194 136 0.12 0 0.30 0.24 84.83 0.32 0.65
Hex AA C2 88 C 0 1E 18 55 20 41
Octal 252 302 210 14 0 36 30 125 40 101
Binary 10101010 11000010 10001000 1100 0 11110 11000 1010101 100000 1000001

Color Harmonies of #AAC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC288

Black with #AAC288

Text Example


Text Example

White with #AAC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC288; }

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

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

background-color css

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

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

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

border-color css

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

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

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