#A8C27F

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

Shades of Caper #A8C27F

Tints of Caper #A8C27F

Color information

#A8C27F (or 0xA8C27F) is unknown color: approx Caper. HEX triplet: A8, C2 and 7F. RGB value is (168,194,127). Sum of RGB (Red+Green+Blue) = 168+194+127=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C27F is #573D80. Grayscale: #B2B2B2. Windows color (decimal): -5717377 or 8372904. OLE color: 8372904.

HSL color Cylindrical-coordinate representation of color #A8C27F: hue angle of 83.28º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C27F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB168194127-
CMYK0.1300.350.24
HSL83.28º35.45%62.94%-
HSV(B)83.28º34.54%76.08%-
XYZ39.2748.4427.36-
YUV178.5998.89120.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 127 (50% from 255) = 25.97%
R=34.36%
G=39.67%
B=25.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941270.1300.350.2483.2835.4562.94
HexA8C27FD0231853233f
Octal25030217715043301234377
Binary1010100011000010111111111010100011110001010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C27F; }

 p { color: rgb(168,194,127); }

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

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

 a { background-color: rgb(168,194,127); }

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

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

 span { border-color: rgb(168,194,127); }

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