#AFC18D

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

Shades of Caper #AFC18D

Tints of Caper #AFC18D

Color information

#AFC18D (or 0xAFC18D) is unknown color: approx Caper. HEX triplet: AF, C1 and 8D. RGB value is (175,193,141). Sum of RGB (Red+Green+Blue) = 175+193+141=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC18D is #503E72. Grayscale: #B5B5B5. Windows color (decimal): -5258867 or 9290159. OLE color: 9290159.

HSL color Cylindrical-coordinate representation of color #AFC18D: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC18D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB175193141-
CMYK0.0900.270.24
HSL80.77º29.55%65.49%-
HSV(B)80.77º26.94%75.69%-
XYZ41.5649.1832.5-
YUV181.69105.04123.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=34.38%
G=37.92%
B=27.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931410.0900.270.2480.7729.5565.49
HexAFC18D901B18511e41
Octal257301215110333012136101
Binary1010111111000001100011011001011011110001010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC18D; }

 p { color: rgb(175,193,141); }

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

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

 a { background-color: rgb(175,193,141); }

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

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

 span { border-color: rgb(175,193,141); }

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