#AFCF7E

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

Shades of Caper #AFCF7E

Tints of Caper #AFCF7E

Color information

#AFCF7E (or 0xAFCF7E) is unknown color: approx Caper. HEX triplet: AF, CF and 7E. RGB value is (175,207,126). Sum of RGB (Red+Green+Blue) = 175+207+126=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF7E is #503081. Grayscale: #BCBCBC. Windows color (decimal): -5255298 or 8310703. OLE color: 8310703.

HSL color Cylindrical-coordinate representation of color #AFCF7E: hue angle of 83.7º degrees, saturation: 0.46, 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 #AFCF7E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB175207126-
CMYK0.1500.390.19
HSL83.7º45.76%65.29%-
HSV(B)83.7º39.13%81.18%-
XYZ43.7655.2528.1-
YUV188.292.9118.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=34.45%
G=40.75%
B=24.80%

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
Decimal1752071260.1500.390.1983.745.7665.29
HexAFCF7EF02713542e41
Octal257317176170472312456101
Binary10101111110011111111110111101001111001110101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF7E; }

 p { color: rgb(175,207,126); }

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

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

 a { background-color: rgb(175,207,126); }

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

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

 span { border-color: rgb(175,207,126); }

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