#A5D09E

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

Shades of Spring Rain #A5D09E

Tints of Spring Rain #A5D09E

Color information

#A5D09E (or 0xA5D09E) is unknown color: approx Spring Rain. HEX triplet: A5, D0 and 9E. RGB value is (165,208,158). Sum of RGB (Red+Green+Blue) = 165+208+158=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D09E is #5A2F61. Grayscale: #BDBDBD. Windows color (decimal): -5910370 or 10408101. OLE color: 10408101.

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

Color convert

RGB165208158-
CMYK0.2100.240.18
HSL111.6º34.72%71.76%-
HSV(B)111.6º24.04%81.57%-
XYZ44.2455.5840.74-
YUV189.44110.25110.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=31.07%
G=39.17%
B=29.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652081580.2100.240.18111.634.7271.76
HexA5D09E1501812702348
Octal245320236250302216043110
Binary101001011101000010011110101010110001001011100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D09E; }

 p { color: rgb(165,208,158); }

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

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

 a { background-color: rgb(165,208,158); }

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

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

 span { border-color: rgb(165,208,158); }

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