#A1CE98

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

Shades of Spring Rain #A1CE98

Tints of Spring Rain #A1CE98

Color information

#A1CE98 (or 0xA1CE98) is unknown color: approx Spring Rain. HEX triplet: A1, CE and 98. RGB value is (161,206,152). Sum of RGB (Red+Green+Blue) = 161+206+152=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CE98 is #5E3167. Grayscale: #BABABA. Windows color (decimal): -6173032 or 10014369. OLE color: 10014369.

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

Color convert

RGB161206152-
CMYK0.2200.260.19
HSL110º35.53%70.2%-
HSV(B)110º26.21%80.78%-
XYZ42.4453.9937.89-
YUV186.39108.59109.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=31.02%
G=39.69%
B=29.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061520.2200.260.1911035.5370.2
HexA1CE981601A136e2446
Octal241316230260322315644106
Binary101000011100111010011000101100110101001111011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE98; }

 p { color: rgb(161,206,152); }

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

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

 a { background-color: rgb(161,206,152); }

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

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

 span { border-color: rgb(161,206,152); }

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