#AFCE7D

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

Shades of Caper #AFCE7D

Tints of Caper #AFCE7D

Color information

#AFCE7D (or 0xAFCE7D) is unknown color: approx Caper. HEX triplet: AF, CE and 7D. RGB value is (175,206,125). Sum of RGB (Red+Green+Blue) = 175+206+125=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE7D is #503182. Grayscale: #BBBBBB. Windows color (decimal): -5255555 or 8244911. OLE color: 8244911.

HSL color Cylindrical-coordinate representation of color #AFCE7D: hue angle of 82.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFCE7D is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB175206125-
CMYK0.1500.390.19
HSL82.96º45.25%64.9%-
HSV(B)82.96º39.32%80.78%-
XYZ43.4554.7427.68-
YUV187.592.73119.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=34.58%
G=40.71%
B=24.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061250.1500.390.1982.9645.2564.9
HexAFCE7DF02713532d41
Octal257316175170472312355101
Binary10101111110011101111101111101001111001110100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE7D; }

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

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

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

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

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

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

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

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