#AFC572

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

Shades of Caper #AFC572

Tints of Caper #AFC572

Color information

#AFC572 (or 0xAFC572) is unknown color: approx Caper. HEX triplet: AF, C5 and 72. RGB value is (175,197,114). Sum of RGB (Red+Green+Blue) = 175+197+114=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC572 is #503A8D. Grayscale: #B5B5B5. Windows color (decimal): -5257870 or 7521711. OLE color: 7521711.

HSL color Cylindrical-coordinate representation of color #AFC572: hue angle of 75.9º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC572 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB175197114-
CMYK0.1100.420.23
HSL75.9º41.71%60.98%-
HSV(B)75.9º42.13%77.25%-
XYZ40.6850.2623.48-
YUV180.9690.21123.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=36.01%
G=40.53%
B=23.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971140.1100.420.2375.941.7160.98
HexAFC572B02A174c2a3d
Octal25730516213052271145275
Binary1010111111000101111001010110101010101111001100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC572; }

 p { color: rgb(175,197,114); }

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

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

 a { background-color: rgb(175,197,114); }

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

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

 span { border-color: rgb(175,197,114); }

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