Html Css Color HEX #0BE49F Medium Spring Green

📋 copy color: '#0BE49F'

red 11 ◦ green 228 ◦ blue 159

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

Shades of Medium Spring Green #0BE49F

Tints of Medium Spring Green #0BE49F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.29%

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

R = 2.76%
G = 57.29%
B = 39.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#0BE49F (or 0x0BE49F) is known color: Medium Spring Green. HEX triplet: 0B, E4 and 9F. RGB value is (11,228,159). Sum of RGB (Red+Green+Blue) = 11+228+159=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE49F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE49F is #F41B60. Grayscale: #9B9B9B. Windows color (decimal): -15997793 or 10478603. OLE color: 10478603.

HSL color Cylindrical-coordinate representation of color #0BE49F: hue angle of 160.92º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE49F is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 159 -
CMYK 0.95 0 0.30 0.11
HSL 160.92º 0.91% 0.47% -
HSV(B) 160.92º 0.95% 0.89% -
XYZ 34.14 58.06 42.21 -
YUV 155.25 130.11 25.11 -
System Red Green Blue C M Y K H S L
Decimal 11 228 159 0.95 0 0.30 0.11 160.92 0.91 0.47
Hex B E4 9F 5F 0 1E B A1 5B 2F
Octal 13 344 237 137 0 36 13 241 133 57
Binary 1011 11100100 10011111 1011111 0 11110 1011 10100001 1011011 101111

Color Harmonies of #0BE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE49F

Black with #0BE49F

Text Example


Text Example

White with #0BE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,228,159); }

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

background-color css

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

 a { background-color: rgb(11,228,159); }

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

border-color css

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

 span { border-color: rgb(11,228,159); }

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