#9ABC90

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

Shades of Spring Rain #9ABC90

Tints of Spring Rain #9ABC90

Color information

#9ABC90 (or 0x9ABC90) is unknown color: approx Spring Rain. HEX triplet: 9A, BC and 90. RGB value is (154,188,144). Sum of RGB (Red+Green+Blue) = 154+188+144=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC90 is #65436F. Grayscale: #ACACAC. Windows color (decimal): -6636400 or 9485466. OLE color: 9485466.

HSL color Cylindrical-coordinate representation of color #9ABC90: hue angle of 106.36º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABC90 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB154188144-
CMYK0.1800.230.26
HSL106.36º24.72%65.1%-
HSV(B)106.36º23.4%73.73%-
XYZ36.3444.8533.13-
YUV172.82111.74114.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=31.69%
G=38.68%
B=29.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881440.1800.230.26106.3624.7265.1
Hex9ABC90120171A6a1941
Octal232274220220273215231101
Binary10011010101111001001000010010010111110101101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,144); }

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

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

 a { background-color: rgb(154,188,144); }

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

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

 span { border-color: rgb(154,188,144); }

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