#AFC08A

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

Shades of Caper #AFC08A

Tints of Caper #AFC08A

Color information

#AFC08A (or 0xAFC08A) is unknown color: approx Caper. HEX triplet: AF, C0 and 8A. RGB value is (175,192,138). Sum of RGB (Red+Green+Blue) = 175+192+138=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC08A is #503F75. Grayscale: #B4B4B4. Windows color (decimal): -5259126 or 9093295. OLE color: 9093295.

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

Color convert

RGB175192138-
CMYK0.0900.280.25
HSL78.89º30%64.71%-
HSV(B)78.89º28.12%75.29%-
XYZ41.1248.6531.27-
YUV180.76103.87123.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=34.65%
G=38.02%
B=27.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921380.0900.280.2578.893064.71
HexAFC08A901C194f1e41
Octal257300212110343111736101
Binary1010111111000000100010101001011100110011001111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC08A; }

 p { color: rgb(175,192,138); }

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

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

 a { background-color: rgb(175,192,138); }

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

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

 span { border-color: rgb(175,192,138); }

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