#ABCA7F

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

Shades of Caper #ABCA7F

Tints of Caper #ABCA7F

Color information

#ABCA7F (or 0xABCA7F) is unknown color: approx Caper. HEX triplet: AB, CA and 7F. RGB value is (171,202,127). Sum of RGB (Red+Green+Blue) = 171+202+127=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA7F is #543580. Grayscale: #B8B8B8. Windows color (decimal): -5518721 or 8374955. OLE color: 8374955.

HSL color Cylindrical-coordinate representation of color #ABCA7F: hue angle of 84.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABCA7F is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB171202127-
CMYK0.1500.370.21
HSL84.8º41.44%64.51%-
HSV(B)84.8º37.13%79.22%-
XYZ41.7552.4328-
YUV184.1895.73118.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 127 (50% from 255) = 25.4%
R=34.2%
G=40.4%
B=25.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021270.1500.370.2184.841.4464.51
HexABCA7FF02515552941
Octal253312177170452512551101
Binary10101011110010101111111111101001011010110101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA7F; }

 p { color: rgb(171,202,127); }

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

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

 a { background-color: rgb(171,202,127); }

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

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

 span { border-color: rgb(171,202,127); }

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