#A0CB9D

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

Shades of Spring Rain #A0CB9D

Tints of Spring Rain #A0CB9D

Color information

#A0CB9D (or 0xA0CB9D) is unknown color: approx Spring Rain. HEX triplet: A0, CB and 9D. RGB value is (160,203,157). Sum of RGB (Red+Green+Blue) = 160+203+157=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB9D is #5F3462. Grayscale: #B9B9B9. Windows color (decimal): -6239331 or 10341280. OLE color: 10341280.

HSL color Cylindrical-coordinate representation of color #A0CB9D: hue angle of 116.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CB9D is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB160203157-
CMYK0.2100.230.20
HSL116.09º30.67%70.59%-
HSV(B)116.09º22.66%79.61%-
XYZ41.9452.6239.84-
YUV184.9112.25110.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=30.77%
G=39.04%
B=30.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031570.2100.230.20116.0930.6770.59
HexA0CB9D1501714741f47
Octal240313235250272416437107
Binary10100000110010111001110110101010111101001110100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB9D; }

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

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

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

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

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

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

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

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