#AABF70

Color #AABF70 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AABF70

Tints of Caper #AABF70

Color information

#AABF70 (or 0xAABF70) is unknown color: approx Caper. HEX triplet: AA, BF and 70. RGB value is (170,191,112). Sum of RGB (Red+Green+Blue) = 170+191+112=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF70 is #55408F. Grayscale: #B0B0B0. Windows color (decimal): -5587088 or 7389098. OLE color: 7389098.

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

Color convert

RGB170191112-
CMYK0.1100.410.25
HSL75.95º38.16%59.41%-
HSV(B)75.95º41.36%74.9%-
XYZ38.1346.9822.39-
YUV175.7292.04123.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=35.94%
G=40.38%
B=23.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911120.1100.410.2575.9538.1659.41
HexAABF70B029194c263b
Octal25227716013051311144673
Binary1010101010111111111000010110101001110011001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF70; }

 p { color: rgb(170,191,112); }

 H1.HeaderClassName
 {
   color: #AABF70;
 }
 .AnyTagClassName
 {
   color: #AABF70;
 }
</style>
background-color css

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

 a { background-color: rgb(170,191,112); }

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

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

 span { border-color: rgb(170,191,112); }

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