#A8C27D

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

Shades of Caper #A8C27D

Tints of Caper #A8C27D

Color information

#A8C27D (or 0xA8C27D) is unknown color: approx Caper. HEX triplet: A8, C2 and 7D. RGB value is (168,194,125). Sum of RGB (Red+Green+Blue) = 168+194+125=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C27D is #573D82. Grayscale: #B2B2B2. Windows color (decimal): -5717379 or 8241832. OLE color: 8241832.

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

Color convert

RGB168194125-
CMYK0.1300.360.24
HSL82.61º36.13%62.55%-
HSV(B)82.61º35.57%76.08%-
XYZ39.1448.3926.68-
YUV178.3697.89120.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=34.50%
G=39.84%
B=25.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941250.1300.360.2482.6136.1362.55
HexA8C27DD0241853243f
Octal25030217515044301234477
Binary1010100011000010111110111010100100110001010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C27D; }

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

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

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

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

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

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

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

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