Html Css Color HEX #9EBF9F Spring Rain

📋 copy color: '#9EBF9F'

red 158 ◦ green 191 ◦ blue 159

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

Shades of Spring Rain #9EBF9F

Tints of Spring Rain #9EBF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 31.1%
G = 37.6%
B = 31.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#9EBF9F (or 0x9EBF9F) is known color: Spring Rain. HEX triplet: 9E, BF and 9F. RGB value is (158,191,159). Sum of RGB (Red+Green+Blue) = 158+191+159=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF9F is #614060. Grayscale: #B1B1B1. Windows color (decimal): -6373473 or 10469278. OLE color: 10469278.

HSL color Cylindrical-coordinate representation of color #9EBF9F: hue angle of 121.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBF9F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 159 -
CMYK 0.17 0 0.17 0.25
HSL 121.82º 0.2% 0.68% -
HSV(B) 121.82º 0.17% 0.75% -
XYZ 38.99 47.03 39.82 -
YUV 177.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 158 191 159 0.17 0 0.17 0.25 121.82 0.2 0.68
Hex 9E BF 9F 11 0 11 19 7A 14 44
Octal 236 277 237 21 0 21 31 172 24 104
Binary 10011110 10111111 10011111 10001 0 10001 11001 1111010 10100 1000100

Color Harmonies of #9EBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF9F

Black with #9EBF9F

Text Example


Text Example

White with #9EBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,159); }

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

background-color css

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

 a { background-color: rgb(158,191,159); }

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

border-color css

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

 span { border-color: rgb(158,191,159); }

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