#A0C09A

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

Shades of Spring Rain #A0C09A

Tints of Spring Rain #A0C09A

Color information

#A0C09A (or 0xA0C09A) is unknown color: approx Spring Rain. HEX triplet: A0, C0 and 9A. RGB value is (160,192,154). Sum of RGB (Red+Green+Blue) = 160+192+154=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C09A is #5F3F65. Grayscale: #B2B2B2. Windows color (decimal): -6242150 or 10141856. OLE color: 10141856.

HSL color Cylindrical-coordinate representation of color #A0C09A: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C09A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB160192154-
CMYK0.1700.200.25
HSL110.53º23.17%67.84%-
HSV(B)110.53º19.79%75.29%-
XYZ39.1847.5137.68-
YUV178.1114.4115.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=31.62%
G=37.94%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921540.1700.200.25110.5323.1767.84
HexA0C09A11014196f1744
Octal240300232210243115727104
Binary10100000110000001001101010001010100110011101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C09A; }

 p { color: rgb(160,192,154); }

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

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

 a { background-color: rgb(160,192,154); }

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

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

 span { border-color: rgb(160,192,154); }

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