#afcb7f

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

Shades of Caper #AFCB7F

Tints of Caper #AFCB7F

Color information

#AFCB7F (or 0xAFCB7F) is unknown color: approx Caper. HEX triplet: AF, CB and 7F. RGB value is (175,203,127). Sum of RGB (Red+Green+Blue) = 175+203+127=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB7F is #503480. Grayscale: #BABABA. Windows color (decimal): -5256321 or 8375215. OLE color: 8375215.

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

Color convert

RGB175203127-
CMYK0.1400.370.20
HSL82.11º42.22%64.71%-
HSV(B)82.11º37.44%79.61%-
XYZ42.8753.3628.12-
YUV185.9694.72120.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 127 (50% from 255) = 25.15%
R=34.65%
G=40.20%
B=25.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031270.1400.370.2082.1142.2264.71
HexAFCB7FE02514522a41
Octal257313177160452412252101
Binary10101111110010111111111111001001011010010100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcb7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afcb7f; }

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

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

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

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

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

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

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

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