#AFC38E

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

Shades of Caper #AFC38E

Tints of Caper #AFC38E

Color information

#AFC38E (or 0xAFC38E) is unknown color: approx Caper. HEX triplet: AF, C3 and 8E. RGB value is (175,195,142). Sum of RGB (Red+Green+Blue) = 175+195+142=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC38E is #503C71. Grayscale: #B7B7B7. Windows color (decimal): -5258354 or 9356207. OLE color: 9356207.

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

Color convert

RGB175195142-
CMYK0.1000.270.24
HSL82.64º30.64%66.08%-
HSV(B)82.64º27.18%76.47%-
XYZ42.0850.133.04-
YUV182.98104.87122.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=34.18%
G=38.09%
B=27.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951420.1000.270.2482.6430.6466.08
HexAFC38EA01B18531f42
Octal257303216120333012337102
Binary1010111111000011100011101010011011110001010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC38E; }

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

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

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

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

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

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

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

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