#A5C299

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

Shades of Spring Rain #A5C299

Tints of Spring Rain #A5C299

Color information

#A5C299 (or 0xA5C299) is unknown color: approx Spring Rain. HEX triplet: A5, C2 and 99. RGB value is (165,194,153). Sum of RGB (Red+Green+Blue) = 165+194+153=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C299 is #5A3D66. Grayscale: #B4B4B4. Windows color (decimal): -5913959 or 10076837. OLE color: 10076837.

HSL color Cylindrical-coordinate representation of color #A5C299: hue angle of 102.44º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5C299 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB165194153-
CMYK0.1500.210.24
HSL102.44º25.15%68.04%-
HSV(B)102.44º21.13%76.08%-
XYZ40.5648.8837.43-
YUV180.66112.39116.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=32.23%
G=37.89%
B=29.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941530.1500.210.24102.4425.1568.04
HexA5C299F01518661944
Octal245302231170253014631104
Binary1010010111000010100110011111010101110001100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C299; }

 p { color: rgb(165,194,153); }

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

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

 a { background-color: rgb(165,194,153); }

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

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

 span { border-color: rgb(165,194,153); }

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