Html Css Color HEX #0BE394 Medium Spring Green

📋 copy color: '#0BE394'

red 11 ◦ green 227 ◦ blue 148

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

Shades of Medium Spring Green #0BE394

Tints of Medium Spring Green #0BE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.81%

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 2.85%
G = 58.81%
B = 38.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#0BE394 (or 0x0BE394) is known color: Medium Spring Green. HEX triplet: 0B, E3 and 94. RGB value is (11,227,148). Sum of RGB (Red+Green+Blue) = 11+227+148=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 227 (89.06% from 255 or 58.81% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE394 is #F41C6B. Grayscale: #999999. Windows color (decimal): -15998060 or 9757451. OLE color: 9757451.

HSL color Cylindrical-coordinate representation of color #0BE394: hue angle of 158.06º 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 #0BE394 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 227 148 -
CMYK 0.95 0 0.35 0.11
HSL 158.06º 0.91% 0.47% -
HSV(B) 158.06º 0.95% 0.89% -
XYZ 32.95 57.15 37.31 -
YUV 153.41 124.94 26.42 -
System Red Green Blue C M Y K H S L
Decimal 11 227 148 0.95 0 0.35 0.11 158.06 0.91 0.47
Hex B E3 94 5F 0 23 B 9E 5B 2F
Octal 13 343 224 137 0 43 13 236 133 57
Binary 1011 11100011 10010100 1011111 0 100011 1011 10011110 1011011 101111

Color Harmonies of #0BE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE394

Black with #0BE394

Text Example


Text Example

White with #0BE394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,148); }

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

background-color css

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

 a { background-color: rgb(11,227,148); }

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

border-color css

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

 span { border-color: rgb(11,227,148); }

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