Html Css Color HEX #9FAE98 Spring Rain

📋 copy color: '#9FAE98'

red 159 ◦ green 174 ◦ blue 152

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

Shades of Spring Rain #9FAE98

Tints of Spring Rain #9FAE98

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.88%

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 32.78%
G = 35.88%
B = 31.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#9FAE98 (or 0x9FAE98) is known color: Spring Rain. HEX triplet: 9F, AE and 98. RGB value is (159,174,152). Sum of RGB (Red+Green+Blue) = 159+174+152=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE98 is #605167. Grayscale: #A7A7A7. Windows color (decimal): -6312296 or 10006175. OLE color: 10006175.

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

Color convert

RGB 159 174 152 -
CMYK 0.09 0 0.13 0.32
HSL 100.91º 0.12% 0.64% -
HSV(B) 100.91º 0.13% 0.68% -
XYZ 35.1 39.91 35.56 -
YUV 167.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 159 174 152 0.09 0 0.13 0.32 100.91 0.12 0.64
Hex 9F AE 98 9 0 D 20 65 C 40
Octal 237 256 230 11 0 15 40 145 14 100
Binary 10011111 10101110 10011000 1001 0 1101 100000 1100101 1100 1000000

Color Harmonies of #9FAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE98

Black with #9FAE98

Text Example


Text Example

White with #9FAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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