#9AC091

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

Shades of Spring Rain #9AC091

Tints of Spring Rain #9AC091

Color information

#9AC091 (or 0x9AC091) is unknown color: approx Spring Rain. HEX triplet: 9A, C0 and 91. RGB value is (154,192,145). Sum of RGB (Red+Green+Blue) = 154+192+145=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC091 is #653F6E. Grayscale: #AFAFAF. Windows color (decimal): -6635375 or 9552026. OLE color: 9552026.

HSL color Cylindrical-coordinate representation of color #9AC091: hue angle of 108.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC091 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB154192145-
CMYK0.2000.240.25
HSL108.51º27.17%66.08%-
HSV(B)108.51º24.48%75.29%-
XYZ37.2946.6133.82-
YUV175.28110.91112.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=31.36%
G=39.10%
B=29.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921450.2000.240.25108.5127.1766.08
Hex9AC09114018196d1b42
Octal232300221240303115533102
Binary10011010110000001001000110100011000110011101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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