#AFCE81

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

Shades of Caper #AFCE81

Tints of Caper #AFCE81

Color information

#AFCE81 (or 0xAFCE81) is unknown color: approx Caper. HEX triplet: AF, CE and 81. RGB value is (175,206,129). Sum of RGB (Red+Green+Blue) = 175+206+129=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE81 is #50317E. Grayscale: #BCBCBC. Windows color (decimal): -5255551 or 8507055. OLE color: 8507055.

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

Color convert

RGB175206129-
CMYK0.1500.370.19
HSL84.16º44%65.69%-
HSV(B)84.16º37.38%80.78%-
XYZ43.7154.8429.05-
YUV187.9594.73118.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=34.31%
G=40.39%
B=25.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061290.1500.370.1984.164465.69
HexAFCE81F02513542c42
Octal257316201170452312454102
Binary101011111100111010000001111101001011001110101001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE81; }

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

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

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

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

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

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

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

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