Html Css Color HEX #9EBF9A Spring Rain

📋 copy color: '#9EBF9A'

red 158 ◦ green 191 ◦ blue 154

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

Shades of Spring Rain #9EBF9A

Tints of Spring Rain #9EBF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 31.41%
G = 37.97%
B = 30.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#9EBF9A (or 0x9EBF9A) is known color: Spring Rain. HEX triplet: 9E, BF and 9A. RGB value is (158,191,154). Sum of RGB (Red+Green+Blue) = 158+191+154=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF9A is #614065. Grayscale: #B1B1B1. Windows color (decimal): -6373478 or 10141598. OLE color: 10141598.

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

Color convert

RGB 158 191 154 -
CMYK 0.17 0 0.19 0.25
HSL 113.51º 0.22% 0.68% -
HSV(B) 113.51º 0.19% 0.75% -
XYZ 38.56 46.86 37.58 -
YUV 176.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 158 191 154 0.17 0 0.19 0.25 113.51 0.22 0.68
Hex 9E BF 9A 11 0 13 19 72 16 44
Octal 236 277 232 21 0 23 31 162 26 104
Binary 10011110 10111111 10011010 10001 0 10011 11001 1110010 10110 1000100

Color Harmonies of #9EBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF9A

Black with #9EBF9A

Text Example


Text Example

White with #9EBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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