#9AC895

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

Shades of Spring Rain #9AC895

Tints of Spring Rain #9AC895

Color information

#9AC895 (or 0x9AC895) is unknown color: approx Spring Rain. HEX triplet: 9A, C8 and 95. RGB value is (154,200,149). Sum of RGB (Red+Green+Blue) = 154+200+149=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC895 is #65376A. Grayscale: #B4B4B4. Windows color (decimal): -6633323 or 9816218. OLE color: 9816218.

HSL color Cylindrical-coordinate representation of color #9AC895: hue angle of 114.12º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AC895 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB154200149-
CMYK0.2300.260.22
HSL114.12º31.68%68.43%-
HSV(B)114.12º25.5%78.43%-
XYZ39.4150.3536.08-
YUV180.43110.26109.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=30.62%
G=39.76%
B=29.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001490.2300.260.22114.1231.6868.43
Hex9AC8951701A16722044
Octal232310225270322616240104
Binary100110101100100010010101101110110101011011100101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC895; }

 p { color: rgb(154,200,149); }

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

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

 a { background-color: rgb(154,200,149); }

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

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

 span { border-color: rgb(154,200,149); }

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