#A0CE9D

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

Shades of Spring Rain #A0CE9D

Tints of Spring Rain #A0CE9D

Color information

#A0CE9D (or 0xA0CE9D) is unknown color: approx Spring Rain. HEX triplet: A0, CE and 9D. RGB value is (160,206,157). Sum of RGB (Red+Green+Blue) = 160+206+157=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE9D is #5F3162. Grayscale: #BABABA. Windows color (decimal): -6238563 or 10342048. OLE color: 10342048.

HSL color Cylindrical-coordinate representation of color #A0CE9D: hue angle of 116.33º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CE9D is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB160206157-
CMYK0.2200.240.19
HSL116.33º33.33%71.18%-
HSV(B)116.33º23.79%80.78%-
XYZ42.6554.0540.08-
YUV186.66111.26108.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=30.59%
G=39.39%
B=30.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061570.2200.240.19116.3333.3371.18
HexA0CE9D1601813742147
Octal240316235260302316441107
Binary101000001100111010011101101100110001001111101001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE9D; }

 p { color: rgb(160,206,157); }

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

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

 a { background-color: rgb(160,206,157); }

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

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

 span { border-color: rgb(160,206,157); }

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