#A0CE98

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

Shades of Spring Rain #A0CE98

Tints of Spring Rain #A0CE98

Color information

#A0CE98 (or 0xA0CE98) is unknown color: approx Spring Rain. HEX triplet: A0, CE and 98. RGB value is (160,206,152). Sum of RGB (Red+Green+Blue) = 160+206+152=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE98 is #5F3167. Grayscale: #BABABA. Windows color (decimal): -6238568 or 10014368. OLE color: 10014368.

HSL color Cylindrical-coordinate representation of color #A0CE98: hue angle of 111.11º 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 #A0CE98 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB160206152-
CMYK0.2200.260.19
HSL111.11º35.53%70.2%-
HSV(B)111.11º26.21%80.78%-
XYZ42.2453.8837.88-
YUV186.09108.76109.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=30.89%
G=39.77%
B=29.34%

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
Decimal1602061520.2200.260.19111.1135.5370.2
HexA0CE981601A136f2446
Octal240316230260322315744106
Binary101000001100111010011000101100110101001111011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE98; }

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

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

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

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

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

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

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

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