#9AB98F

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

Shades of Spring Rain #9AB98F

Tints of Spring Rain #9AB98F

Color information

#9AB98F (or 0x9AB98F) is unknown color: approx Spring Rain. HEX triplet: 9A, B9 and 8F. RGB value is (154,185,143). Sum of RGB (Red+Green+Blue) = 154+185+143=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB98F is #654670. Grayscale: #ABABAB. Windows color (decimal): -6637169 or 9419162. OLE color: 9419162.

HSL color Cylindrical-coordinate representation of color #9AB98F: hue angle of 104.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB98F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB154185143-
CMYK0.1700.230.27
HSL104.29º23.08%64.31%-
HSV(B)104.29º22.7%72.55%-
XYZ35.6343.5532.51-
YUV170.94112.23115.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=31.95%
G=38.38%
B=29.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851430.1700.230.27104.2923.0864.31
Hex9AB98F110171B681740
Octal232271217210273315027100
Binary10011010101110011000111110001010111110111101000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,143); }

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

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

 a { background-color: rgb(154,185,143); }

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

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

 span { border-color: rgb(154,185,143); }

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