#AFC38D

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

Shades of Caper #AFC38D

Tints of Caper #AFC38D

Color information

#AFC38D (or 0xAFC38D) is unknown color: approx Caper. HEX triplet: AF, C3 and 8D. RGB value is (175,195,141). Sum of RGB (Red+Green+Blue) = 175+195+141=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC38D is #503C72. Grayscale: #B7B7B7. Windows color (decimal): -5258355 or 9290671. OLE color: 9290671.

HSL color Cylindrical-coordinate representation of color #AFC38D: hue angle of 82.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC38D is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB175195141-
CMYK0.1000.280.24
HSL82.22º31.03%65.88%-
HSV(B)82.22º27.69%76.47%-
XYZ4250.0732.65-
YUV182.86104.37122.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=34.25%
G=38.16%
B=27.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951410.1000.280.2482.2231.0365.88
HexAFC38DA01C18521f42
Octal257303215120343012237102
Binary1010111111000011100011011010011100110001010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC38D; }

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

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

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

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

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

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

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

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