#A2C298

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

Shades of Spring Rain #A2C298

Tints of Spring Rain #A2C298

Color information

#A2C298 (or 0xA2C298) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 98. RGB value is (162,194,152). Sum of RGB (Red+Green+Blue) = 162+194+152=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C298 is #5D3D67. Grayscale: #B3B3B3. Windows color (decimal): -6110568 or 10011298. OLE color: 10011298.

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

Color convert

RGB162194152-
CMYK0.1600.220.24
HSL105.71º25.61%67.84%-
HSV(B)105.71º21.65%76.08%-
XYZ39.8648.5336.97-
YUV179.64112.4115.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=31.89%
G=38.19%
B=29.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941520.1600.220.24105.7125.6167.84
HexA2C29810016186a1a44
Octal242302230200263015232104
Binary10100010110000101001100010000010110110001101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C298; }

 p { color: rgb(162,194,152); }

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

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

 a { background-color: rgb(162,194,152); }

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

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

 span { border-color: rgb(162,194,152); }

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