#AFCD7F

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

Shades of Caper #AFCD7F

Tints of Caper #AFCD7F

Color information

#AFCD7F (or 0xAFCD7F) is unknown color: approx Caper. HEX triplet: AF, CD and 7F. RGB value is (175,205,127). Sum of RGB (Red+Green+Blue) = 175+205+127=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD7F is #503280. Grayscale: #BBBBBB. Windows color (decimal): -5255809 or 8375727. OLE color: 8375727.

HSL color Cylindrical-coordinate representation of color #AFCD7F: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCD7F is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB175205127-
CMYK0.1500.380.20
HSL83.08º43.82%65.1%-
HSV(B)83.08º38.05%80.39%-
XYZ43.3454.3128.28-
YUV187.1494.06119.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 127 (50% from 255) = 25.05%
R=34.52%
G=40.43%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051270.1500.380.2083.0843.8265.1
HexAFCD7FF02614532c41
Octal257315177170462412354101
Binary10101111110011011111111111101001101010010100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD7F; }

 p { color: rgb(175,205,127); }

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

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

 a { background-color: rgb(175,205,127); }

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

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

 span { border-color: rgb(175,205,127); }

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