Html Css Color HEX #0BE99D Medium Spring Green

📋 copy color: '#0BE99D'

red 11 ◦ green 233 ◦ blue 157

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

Shades of Medium Spring Green #0BE99D

Tints of Medium Spring Green #0BE99D

RGB

 RED value IS 11 (4.69% from 255) = 2.74%

 GREEN value IS 233 (91.41% from 255) = 58.1%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 2.74%
G = 58.1%
B = 39.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#0BE99D (or 0x0BE99D) is known color: Medium Spring Green. HEX triplet: 0B, E9 and 9D. RGB value is (11,233,157). Sum of RGB (Red+Green+Blue) = 11+233+157=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 233 (91.41% from 255 or 58.10% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE99D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE99D is #F41662. Grayscale: #9E9E9E. Windows color (decimal): -15996515 or 10348811. OLE color: 10348811.

HSL color Cylindrical-coordinate representation of color #0BE99D: hue angle of 159.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE99D is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 233 157 -
CMYK 0.95 0 0.33 0.09
HSL 159.46º 0.91% 0.48% -
HSV(B) 159.46º 0.95% 0.91% -
XYZ 35.36 60.78 41.77 -
YUV 157.96 127.45 23.18 -
System Red Green Blue C M Y K H S L
Decimal 11 233 157 0.95 0 0.33 0.09 159.46 0.91 0.48
Hex B E9 9D 5F 0 21 9 9F 5B 30
Octal 13 351 235 137 0 41 11 237 133 60
Binary 1011 11101001 10011101 1011111 0 100001 1001 10011111 1011011 110000

Color Harmonies of #0BE99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE99D

Black with #0BE99D

Text Example


Text Example

White with #0BE99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BE99D; }

 p { color: rgb(11,233,157); }

 H1.HeaderClassName
 {
   color: #0BE99D;
 }
 .AnyTagClassName
 {
   color: #0BE99D;
 }
</style>

background-color css

<style>
 a { background-color: #0BE99D; }

 a { background-color: rgb(11,233,157); }

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

border-color css

<style>
 span { border-color: #0BE99D; }

 span { border-color: rgb(11,233,157); }

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