#AFC57A

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

Shades of Caper #AFC57A

Tints of Caper #AFC57A

Color information

#AFC57A (or 0xAFC57A) is unknown color: approx Caper. HEX triplet: AF, C5 and 7A. RGB value is (175,197,122). Sum of RGB (Red+Green+Blue) = 175+197+122=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC57A is #503A85. Grayscale: #B6B6B6. Windows color (decimal): -5257862 or 8045999. OLE color: 8045999.

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

Color convert

RGB175197122-
CMYK0.1100.380.23
HSL77.6º39.27%62.55%-
HSV(B)77.6º38.07%77.25%-
XYZ41.1650.4525.98-
YUV181.8794.21123.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=35.43%
G=39.88%
B=24.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971220.1100.380.2377.639.2762.55
HexAFC57AB026174e273f
Octal25730517213046271164777
Binary1010111111000101111101010110100110101111001110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC57A; }

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

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

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

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

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

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

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

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