Html Css Color HEX #9FAF98 Spring Rain

📋 copy color: '#9FAF98'

red 159 ◦ green 175 ◦ blue 152

#9FAF98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9FAF98

Tints of Spring Rain #9FAF98

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 value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#9FAF98 (or 0x9FAF98) is known color: 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

RGB 159 175 152 -
CMYK 0.09 0 0.13 0.31
HSL 101.74º 0.13% 0.64% -
HSV(B) 101.74º 0.13% 0.69% -
XYZ 35.3 40.3 35.62 -
YUV 167.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 159 175 152 0.09 0 0.13 0.31 101.74 0.13 0.64
Hex 9F AF 98 9 0 D 1F 66 D 40
Octal 237 257 230 11 0 15 37 146 15 100
Binary 10011111 10101111 10011000 1001 0 1101 11111 1100110 1101 1000000

Color Harmonies of #9FAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF98

Black with #9FAF98

Text Example


Text Example

White with #9FAF98

Text Example


Text Example

HTML Codes & Css Web 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>