#AFC07F

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

Shades of Caper #AFC07F

Tints of Caper #AFC07F

Color information

#AFC07F (or 0xAFC07F) is unknown color: approx Caper. HEX triplet: AF, C0 and 7F. RGB value is (175,192,127). Sum of RGB (Red+Green+Blue) = 175+192+127=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07F is #503F80. Grayscale: #B3B3B3. Windows color (decimal): -5259137 or 8372399. OLE color: 8372399.

HSL color Cylindrical-coordinate representation of color #AFC07F: hue angle of 75.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC07F is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB175192127-
CMYK0.0900.340.25
HSL75.69º34.03%62.55%-
HSV(B)75.69º33.85%75.29%-
XYZ40.3648.3527.28-
YUV179.5198.37124.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 127 (50% from 255) = 25.71%
R=35.43%
G=38.87%
B=25.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921270.0900.340.2575.6934.0362.55
HexAFC07F9022194c223f
Octal25730017711042311144277
Binary1010111111000000111111110010100010110011001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC07F; }

 p { color: rgb(175,192,127); }

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

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

 a { background-color: rgb(175,192,127); }

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

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

 span { border-color: rgb(175,192,127); }

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