Html Css Color HEX #AAC76F Caper

📋 copy color: '#AAC76F'

red 170 ◦ green 199 ◦ blue 111

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

Shades of Caper #AAC76F

Tints of Caper #AAC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 35.42%
G = 41.46%
B = 23.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#AAC76F (or 0xAAC76F) is known color: Caper. HEX triplet: AA, C7 and 6F. RGB value is (170,199,111). Sum of RGB (Red+Green+Blue) = 170+199+111=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC76F is #553890. Grayscale: #B4B4B4. Windows color (decimal): -5585041 or 7325610. OLE color: 7325610.

HSL color Cylindrical-coordinate representation of color #AAC76F: hue angle of 79.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC76F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 111 -
CMYK 0.15 0 0.44 0.22
HSL 79.77º 0.44% 0.61% -
HSV(B) 79.77º 0.44% 0.78% -
XYZ 39.87 50.54 22.69 -
YUV 180.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 170 199 111 0.15 0 0.44 0.22 79.77 0.44 0.61
Hex AA C7 6F F 0 2C 16 50 2C 3D
Octal 252 307 157 17 0 54 26 120 54 75
Binary 10101010 11000111 1101111 1111 0 101100 10110 1010000 101100 111101

Color Harmonies of #AAC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC76F

Black with #AAC76F

Text Example


Text Example

White with #AAC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC76F; }

 p { color: rgb(170,199,111); }

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

background-color css

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

 a { background-color: rgb(170,199,111); }

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

border-color css

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

 span { border-color: rgb(170,199,111); }

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