#9ABF8E

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

Shades of Spring Rain #9ABF8E

Tints of Spring Rain #9ABF8E

Color information

#9ABF8E (or 0x9ABF8E) is unknown color: approx Spring Rain. HEX triplet: 9A, BF and 8E. RGB value is (154,191,142). Sum of RGB (Red+Green+Blue) = 154+191+142=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF8E is #654071. Grayscale: #AEAEAE. Windows color (decimal): -6635634 or 9355162. OLE color: 9355162.

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

Color convert

RGB154191142-
CMYK0.1900.260.25
HSL105.31º27.68%65.29%-
HSV(B)105.31º25.65%74.9%-
XYZ36.8446.0832.54-
YUV174.35109.74113.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=31.62%
G=39.22%
B=29.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911420.1900.260.25105.3127.6865.29
Hex9ABF8E1301A19691c41
Octal232277216230323115134101
Binary10011010101111111000111010011011010110011101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,142); }

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

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

 a { background-color: rgb(154,191,142); }

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

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

 span { border-color: rgb(154,191,142); }

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