#A0C099

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

Shades of Spring Rain #A0C099

Tints of Spring Rain #A0C099

Color information

#A0C099 (or 0xA0C099) is unknown color: approx Spring Rain. HEX triplet: A0, C0 and 99. RGB value is (160,192,153). Sum of RGB (Red+Green+Blue) = 160+192+153=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C099 is #5F3F66. Grayscale: #B2B2B2. Windows color (decimal): -6242151 or 10076320. OLE color: 10076320.

HSL color Cylindrical-coordinate representation of color #A0C099: hue angle of 109.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C099 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB160192153-
CMYK0.1700.200.25
HSL109.23º23.64%67.65%-
HSV(B)109.23º20.31%75.29%-
XYZ39.147.4737.24-
YUV177.99113.9115.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=31.68%
G=38.02%
B=30.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921530.1700.200.25109.2323.6467.65
HexA0C09911014196d1844
Octal240300231210243115530104
Binary10100000110000001001100110001010100110011101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C099; }

 p { color: rgb(160,192,153); }

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

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

 a { background-color: rgb(160,192,153); }

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

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

 span { border-color: rgb(160,192,153); }

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