#9ABE95

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

Shades of Spring Rain #9ABE95

Tints of Spring Rain #9ABE95

Color information

#9ABE95 (or 0x9ABE95) is unknown color: approx Spring Rain. HEX triplet: 9A, BE and 95. RGB value is (154,190,149). Sum of RGB (Red+Green+Blue) = 154+190+149=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE95 is #65416A. Grayscale: #AEAEAE. Windows color (decimal): -6635883 or 9813658. OLE color: 9813658.

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

Color convert

RGB154190149-
CMYK0.1900.220.25
HSL112.68º23.98%66.47%-
HSV(B)112.68º21.58%74.51%-
XYZ37.1645.8735.33-
YUV174.56113.57113.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=31.24%
G=38.54%
B=30.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901490.1900.220.25112.6823.9866.47
Hex9ABE951301619711842
Octal232276225230263116130102
Binary10011010101111101001010110011010110110011110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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