#A8C499

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

Shades of Spring Rain #A8C499

Tints of Spring Rain #A8C499

Color information

#A8C499 (or 0xA8C499) is unknown color: approx Spring Rain. HEX triplet: A8, C4 and 99. RGB value is (168,196,153). Sum of RGB (Red+Green+Blue) = 168+196+153=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C499 is #573B66. Grayscale: #B6B6B6. Windows color (decimal): -5716839 or 10077352. OLE color: 10077352.

HSL color Cylindrical-coordinate representation of color #A8C499: hue angle of 99.07º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8C499 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB168196153-
CMYK0.1400.220.23
HSL99.07º26.71%68.43%-
HSV(B)99.07º21.94%76.86%-
XYZ41.6450.137.61-
YUV182.73111.22117.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=32.50%
G=37.91%
B=29.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681961530.1400.220.2399.0726.7168.43
HexA8C499E01617631b44
Octal250304231160262714333104
Binary1010100011000100100110011110010110101111100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C499; }

 p { color: rgb(168,196,153); }

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

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

 a { background-color: rgb(168,196,153); }

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

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

 span { border-color: rgb(168,196,153); }

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