Html Css Color HEX #9EAF96 Spring Rain

📋 copy color: '#9EAF96'

red 158 ◦ green 175 ◦ blue 150

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

Shades of Spring Rain #9EAF96

Tints of Spring Rain #9EAF96

RGB

 RED value IS 158 (62.11% from 255) = 32.71%

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 32.71%
G = 36.23%
B = 31.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#9EAF96 (or 0x9EAF96) is known color: Spring Rain. HEX triplet: 9E, AF and 96. RGB value is (158,175,150). Sum of RGB (Red+Green+Blue) = 158+175+150=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF96 is #615069. Grayscale: #A7A7A7. Windows color (decimal): -6377578 or 9875358. OLE color: 9875358.

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

Color convert

RGB 158 175 150 -
CMYK 0.10 0 0.14 0.31
HSL 100.8º 0.14% 0.64% -
HSV(B) 100.8º 0.14% 0.69% -
XYZ 34.94 40.13 34.76 -
YUV 167.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 158 175 150 0.10 0 0.14 0.31 100.8 0.14 0.64
Hex 9E AF 96 A 0 E 1F 65 E 40
Octal 236 257 226 12 0 16 37 145 16 100
Binary 10011110 10101111 10010110 1010 0 1110 11111 1100101 1110 1000000

Color Harmonies of #9EAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF96

Black with #9EAF96

Text Example


Text Example

White with #9EAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,150); }

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

background-color css

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

 a { background-color: rgb(158,175,150); }

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

border-color css

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

 span { border-color: rgb(158,175,150); }

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