#9FAF98

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

Shades of Spring Rain #9FAF98

Tints of Spring Rain #9FAF98

Color information

#9FAF98 (or 0x9FAF98) is unknown color: approx Spring Rain. HEX triplet: 9F, AF and 98. RGB value is (159,175,152). Sum of RGB (Red+Green+Blue) = 159+175+152=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF98 is #605067. Grayscale: #A7A7A7. Windows color (decimal): -6312040 or 10006431. OLE color: 10006431.

HSL color Cylindrical-coordinate representation of color #9FAF98: hue angle of 101.74º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FAF98 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB159175152-
CMYK0.0900.130.31
HSL101.74º12.57%64.12%-
HSV(B)101.74º13.14%68.63%-
XYZ35.340.335.62-
YUV167.59119.2121.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=32.72%
G=36.01%
B=31.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751520.0900.130.31101.7412.5764.12
Hex9FAF9890D1F66d40
Octal237257230110153714615100
Binary10011111101011111001100010010110111111110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,152); }

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

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

 a { background-color: rgb(159,175,152); }

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

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

 span { border-color: rgb(159,175,152); }

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