#A0C398

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

Shades of Spring Rain #A0C398

Tints of Spring Rain #A0C398

Color information

#A0C398 (or 0xA0C398) is unknown color: approx Spring Rain. HEX triplet: A0, C3 and 98. RGB value is (160,195,152). Sum of RGB (Red+Green+Blue) = 160+195+152=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C398 is #5F3C67. Grayscale: #B3B3B3. Windows color (decimal): -6241384 or 10011552. OLE color: 10011552.

HSL color Cylindrical-coordinate representation of color #A0C398: hue angle of 108.84º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C398 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB160195152-
CMYK0.1800.220.24
HSL108.84º26.38%68.04%-
HSV(B)108.84º22.05%76.47%-
XYZ39.6848.7737.03-
YUV179.63112.4114-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=31.56%
G=38.46%
B=29.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951520.1800.220.24108.8426.3868.04
HexA0C39812016186d1a44
Octal240303230220263015532104
Binary10100000110000111001100010010010110110001101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C398; }

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

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

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

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

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

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

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

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