#A5C99C

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

Shades of Spring Rain #A5C99C

Tints of Spring Rain #A5C99C

Color information

#A5C99C (or 0xA5C99C) is unknown color: approx Spring Rain. HEX triplet: A5, C9 and 9C. RGB value is (165,201,156). Sum of RGB (Red+Green+Blue) = 165+201+156=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C99C is #5A3663. Grayscale: #B9B9B9. Windows color (decimal): -5912164 or 10275237. OLE color: 10275237.

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

Color convert

RGB165201156-
CMYK0.1800.220.21
HSL108º29.41%70%-
HSV(B)108º22.39%78.82%-
XYZ42.452.1739.29-
YUV185.11111.57113.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=31.61%
G=38.51%
B=29.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011560.1800.220.2110829.4170
HexA5C99C12016156c1d46
Octal245311234220262515435106
Binary10100101110010011001110010010010110101011101100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C99C; }

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

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

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

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

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

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

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

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