Html Css Color HEX #9EBF8F Spring Rain

📋 copy color: '#9EBF8F'

red 158 ◦ green 191 ◦ blue 143

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

Shades of Spring Rain #9EBF8F

Tints of Spring Rain #9EBF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 32.11%
G = 38.82%
B = 29.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#9EBF8F (or 0x9EBF8F) is known color: Spring Rain. HEX triplet: 9E, BF and 8F. RGB value is (158,191,143). Sum of RGB (Red+Green+Blue) = 158+191+143=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF8F is #614070. Grayscale: #AFAFAF. Windows color (decimal): -6373489 or 9420702. OLE color: 9420702.

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

Color convert

RGB 158 191 143 -
CMYK 0.17 0 0.25 0.25
HSL 101.25º 0.27% 0.65% -
HSV(B) 101.25º 0.25% 0.75% -
XYZ 37.69 46.51 32.98 -
YUV 175.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 158 191 143 0.17 0 0.25 0.25 101.25 0.27 0.65
Hex 9E BF 8F 11 0 19 19 65 1B 41
Octal 236 277 217 21 0 31 31 145 33 101
Binary 10011110 10111111 10001111 10001 0 11001 11001 1100101 11011 1000001

Color Harmonies of #9EBF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF8F

Black with #9EBF8F

Text Example


Text Example

White with #9EBF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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