Html Css Color HEX #AAC478 Caper

📋 copy color: '#AAC478'

red 170 ◦ green 196 ◦ blue 120

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

Shades of Caper #AAC478

Tints of Caper #AAC478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.33%

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

R = 34.98%
G = 40.33%
B = 24.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#AAC478 (or 0xAAC478) is known color: Caper. HEX triplet: AA, C4 and 78. RGB value is (170,196,120). Sum of RGB (Red+Green+Blue) = 170+196+120=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC478 is #553B87. Grayscale: #B3B3B3. Windows color (decimal): -5585800 or 7914666. OLE color: 7914666.

HSL color Cylindrical-coordinate representation of color #AAC478: hue angle of 80.53º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC478 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 120 -
CMYK 0.13 0 0.39 0.23
HSL 80.53º 0.39% 0.62% -
HSV(B) 80.53º 0.39% 0.77% -
XYZ 39.71 49.38 25.21 -
YUV 179.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 170 196 120 0.13 0 0.39 0.23 80.53 0.39 0.62
Hex AA C4 78 D 0 27 17 51 27 3E
Octal 252 304 170 15 0 47 27 121 47 76
Binary 10101010 11000100 1111000 1101 0 100111 10111 1010001 100111 111110

Color Harmonies of #AAC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC478

Black with #AAC478

Text Example


Text Example

White with #AAC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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