#afc36e

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

Shades of Caper #AFC36E

Tints of Caper #AFC36E

Color information

#AFC36E (or 0xAFC36E) is unknown color: approx Caper. HEX triplet: AF, C3 and 6E. RGB value is (175,195,110). Sum of RGB (Red+Green+Blue) = 175+195+110=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36E is #503C91. Grayscale: #B3B3B3. Windows color (decimal): -5258386 or 7259055. OLE color: 7259055.

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

Color convert

RGB175195110-
CMYK0.1000.440.24
HSL74.12º41.46%59.8%-
HSV(B)74.12º43.59%76.47%-
XYZ40.0149.2722.15-
YUV179.3388.87124.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=36.46%
G=40.62%
B=22.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951100.1000.440.2474.1241.4659.8
HexAFC36EA02C184a293c
Octal25730315612054301125174
Binary1010111111000011110111010100101100110001001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc36e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc36e; }

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

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

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

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

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

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

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

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