#A0C698

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

Shades of Spring Rain #A0C698

Tints of Spring Rain #A0C698

Color information

#A0C698 (or 0xA0C698) is unknown color: approx Spring Rain. HEX triplet: A0, C6 and 98. RGB value is (160,198,152). Sum of RGB (Red+Green+Blue) = 160+198+152=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C698 is #5F3967. Grayscale: #B5B5B5. Windows color (decimal): -6240616 or 10012320. OLE color: 10012320.

HSL color Cylindrical-coordinate representation of color #A0C698: hue angle of 109.57º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C698 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB160198152-
CMYK0.1900.230.22
HSL109.57º28.75%68.63%-
HSV(B)109.57º23.23%77.65%-
XYZ40.3650.1337.25-
YUV181.39111.41112.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 198 (77.73% from 255) = 38.82%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=31.37%
G=38.82%
B=29.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981520.1900.230.22109.5728.7568.63
HexA0C69813017166e1d45
Octal240306230230272615635105
Binary10100000110001101001100010011010111101101101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C698; }

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

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

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

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

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

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

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

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