Html Css Color HEX #AAC078 Caper

📋 copy color: '#AAC078'

red 170 ◦ green 192 ◦ blue 120

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

Shades of Caper #AAC078

Tints of Caper #AAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 35.27%
G = 39.83%
B = 24.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#AAC078 (or 0xAAC078) is known color: Caper. HEX triplet: AA, C0 and 78. RGB value is (170,192,120). Sum of RGB (Red+Green+Blue) = 170+192+120=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC078 is #553F87. Grayscale: #B1B1B1. Windows color (decimal): -5586824 or 7913642. OLE color: 7913642.

HSL color Cylindrical-coordinate representation of color #AAC078: hue angle of 78.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC078 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 120 -
CMYK 0.11 0 0.38 0.25
HSL 78.33º 0.36% 0.61% -
HSV(B) 78.33º 0.38% 0.75% -
XYZ 38.82 47.6 24.91 -
YUV 177.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 170 192 120 0.11 0 0.38 0.25 78.33 0.36 0.61
Hex AA C0 78 B 0 26 19 4E 24 3D
Octal 252 300 170 13 0 46 31 116 44 75
Binary 10101010 11000000 1111000 1011 0 100110 11001 1001110 100100 111101

Color Harmonies of #AAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC078

Black with #AAC078

Text Example


Text Example

White with #AAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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