#AFCE78

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

Shades of Caper #AFCE78

Tints of Caper #AFCE78

Color information

#AFCE78 (or 0xAFCE78) is unknown color: approx Caper. HEX triplet: AF, CE and 78. RGB value is (175,206,120). Sum of RGB (Red+Green+Blue) = 175+206+120=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE78 is #503187. Grayscale: #BBBBBB. Windows color (decimal): -5255560 or 7917231. OLE color: 7917231.

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

Color convert

RGB175206120-
CMYK0.1500.420.19
HSL81.63º46.74%63.92%-
HSV(B)81.63º41.75%80.78%-
XYZ43.1454.6126.04-
YUV186.9390.23119.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=34.93%
G=41.12%
B=23.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061200.1500.420.1981.6346.7463.92
HexAFCE78F02A13522f40
Octal257316170170522312257100
Binary10101111110011101111000111101010101001110100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE78; }

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

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

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

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

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

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

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

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