#AFC07D

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

Shades of Caper #AFC07D

Tints of Caper #AFC07D

Color information

#AFC07D (or 0xAFC07D) is unknown color: approx Caper. HEX triplet: AF, C0 and 7D. RGB value is (175,192,125). Sum of RGB (Red+Green+Blue) = 175+192+125=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07D is #503F82. Grayscale: #B3B3B3. Windows color (decimal): -5259139 or 8241327. OLE color: 8241327.

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

Color convert

RGB175192125-
CMYK0.0900.350.25
HSL75.22º34.72%62.16%-
HSV(B)75.22º34.9%75.29%-
XYZ40.2348.2926.6-
YUV179.2897.37124.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=35.57%
G=39.02%
B=25.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921250.0900.350.2575.2234.7262.16
HexAFC07D9023194b233e
Octal25730017511043311134376
Binary1010111111000000111110110010100011110011001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC07D; }

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

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

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

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

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

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

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

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