#AFC07A

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

Shades of Caper #AFC07A

Tints of Caper #AFC07A

Color information

#AFC07A (or 0xAFC07A) is unknown color: approx Caper. HEX triplet: AF, C0 and 7A. RGB value is (175,192,122). Sum of RGB (Red+Green+Blue) = 175+192+122=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07A is #503F85. Grayscale: #B3B3B3. Windows color (decimal): -5259142 or 8044719. OLE color: 8044719.

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

Color convert

RGB175192122-
CMYK0.0900.360.25
HSL74.57º35.71%61.57%-
HSV(B)74.57º36.46%75.29%-
XYZ40.0448.2225.61-
YUV178.9495.87125.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=35.79%
G=39.26%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921220.0900.360.2574.5735.7161.57
HexAFC07A9024194b243e
Octal25730017211044311134476
Binary1010111111000000111101010010100100110011001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC07A; }

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

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

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

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

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

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

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

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