#AABF78

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

Shades of Caper #AABF78

Tints of Caper #AABF78

Color information

#AABF78 (or 0xAABF78) is unknown color: approx Caper. HEX triplet: AA, BF and 78. RGB value is (170,191,120). Sum of RGB (Red+Green+Blue) = 170+191+120=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF78 is #554087. Grayscale: #B0B0B0. Windows color (decimal): -5587080 or 7913386. OLE color: 7913386.

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

Color convert

RGB170191120-
CMYK0.1100.370.25
HSL77.75º35.68%60.98%-
HSV(B)77.75º37.17%74.9%-
XYZ38.647.1624.84-
YUV176.6396.04123.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=35.34%
G=39.71%
B=24.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911200.1100.370.2577.7535.6860.98
HexAABF78B025194e243d
Octal25227717013045311164475
Binary1010101010111111111100010110100101110011001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF78; }

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

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

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

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

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

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

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

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