#A0C598

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

Shades of Spring Rain #A0C598

Tints of Spring Rain #A0C598

Color information

#A0C598 (or 0xA0C598) is unknown color: approx Spring Rain. HEX triplet: A0, C5 and 98. RGB value is (160,197,152). Sum of RGB (Red+Green+Blue) = 160+197+152=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C598 is #5F3A67. Grayscale: #B4B4B4. Windows color (decimal): -6240872 or 10012064. OLE color: 10012064.

HSL color Cylindrical-coordinate representation of color #A0C598: hue angle of 109.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C598 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB160197152-
CMYK0.1900.230.23
HSL109.33º27.95%68.43%-
HSV(B)109.33º22.84%77.25%-
XYZ40.1349.6737.18-
YUV180.81111.74113.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=31.43%
G=38.70%
B=29.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971520.1900.230.23109.3327.9568.43
HexA0C59813017176d1c44
Octal240305230230272715534104
Binary10100000110001011001100010011010111101111101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C598; }

 p { color: rgb(160,197,152); }

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

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

 a { background-color: rgb(160,197,152); }

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

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

 span { border-color: rgb(160,197,152); }

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