Html Css Color HEX #9FAF99 Spring Rain

📋 copy color: '#9FAF99'

red 159 ◦ green 175 ◦ blue 153

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

Shades of Spring Rain #9FAF99

Tints of Spring Rain #9FAF99

RGB

 RED value IS 159 (62.5% from 255) = 32.65%

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 32.65%
G = 35.93%
B = 31.42%

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

#9FAF99 (or 0x9FAF99) is known color: Spring Rain. HEX triplet: 9F, AF and 99. RGB value is (159,175,153). Sum of RGB (Red+Green+Blue) = 159+175+153=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF99 is #605066. Grayscale: #A7A7A7. Windows color (decimal): -6312039 or 10071967. OLE color: 10071967.

HSL color Cylindrical-coordinate representation of color #9FAF99: hue angle of 103.64º degrees, saturation: 0.12, 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 #9FAF99 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 153 -
CMYK 0.09 0 0.13 0.31
HSL 103.64º 0.12% 0.64% -
HSV(B) 103.64º 0.13% 0.69% -
XYZ 35.38 40.33 36.06 -
YUV 167.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 159 175 153 0.09 0 0.13 0.31 103.64 0.12 0.64
Hex 9F AF 99 9 0 D 1F 68 C 40
Octal 237 257 231 11 0 15 37 150 14 100
Binary 10011111 10101111 10011001 1001 0 1101 11111 1101000 1100 1000000

Color Harmonies of #9FAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF99

Black with #9FAF99

Text Example


Text Example

White with #9FAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAF99;
 }
 .AnyTagClassName
 {
   color: #9FAF99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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