Html Css Color HEX #AAC278 Caper

📋 copy color: '#AAC278'

red 170 ◦ green 194 ◦ blue 120

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

Shades of Caper #AAC278

Tints of Caper #AAC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.79%

R = 35.12%
G = 40.08%
B = 24.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#AAC278 (or 0xAAC278) is known color: Caper. HEX triplet: AA, C2 and 78. RGB value is (170,194,120). Sum of RGB (Red+Green+Blue) = 170+194+120=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC278 is #553D87. Grayscale: #B2B2B2. Windows color (decimal): -5586312 or 7914154. OLE color: 7914154.

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

Color convert

RGB 170 194 120 -
CMYK 0.12 0 0.38 0.24
HSL 79.46º 0.38% 0.62% -
HSV(B) 79.46º 0.38% 0.76% -
XYZ 39.26 48.49 25.06 -
YUV 178.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 170 194 120 0.12 0 0.38 0.24 79.46 0.38 0.62
Hex AA C2 78 C 0 26 18 4F 26 3E
Octal 252 302 170 14 0 46 30 117 46 76
Binary 10101010 11000010 1111000 1100 0 100110 11000 1001111 100110 111110

Color Harmonies of #AAC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC278

Black with #AAC278

Text Example


Text Example

White with #AAC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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