#A5C999

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

Shades of Spring Rain #A5C999

Tints of Spring Rain #A5C999

Color information

#A5C999 (or 0xA5C999) is unknown color: approx Spring Rain. HEX triplet: A5, C9 and 99. RGB value is (165,201,153). Sum of RGB (Red+Green+Blue) = 165+201+153=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C999 is #5A3666. Grayscale: #B8B8B8. Windows color (decimal): -5912167 or 10078629. OLE color: 10078629.

HSL color Cylindrical-coordinate representation of color #A5C999: hue angle of 105º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C999 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB165201153-
CMYK0.1800.240.21
HSL105º30.77%69.41%-
HSV(B)105º23.88%78.82%-
XYZ42.1552.0737.97-
YUV184.76110.07113.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=31.79%
G=38.73%
B=29.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011530.1800.240.2110530.7769.41
HexA5C9991201815691f45
Octal245311231220302515137105
Binary10100101110010011001100110010011000101011101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C999; }

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

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

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

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

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

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

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

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