#0BE392

Color #0BE392 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0BE392

Tints of Medium Spring Green #0BE392

Color information

#0BE392 (or 0x0BE392) is unknown color: approx Medium Spring Green. HEX triplet: 0B, E3 and 92. RGB value is (11,227,146). Sum of RGB (Red+Green+Blue) = 11+227+146=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 227 (89.06% from 255 or 59.11% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE392 is #F41C6D. Grayscale: #999999. Windows color (decimal): -15998062 or 9626379. OLE color: 9626379.

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

Color convert

RGB11227146-
CMYK0.9500.360.11
HSL157.5º90.76%46.67%-
HSV(B)157.5º95.15%89.02%-
XYZ32.857.0836.48-
YUV153.18123.9426.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.86%
GREEN value IS 227 (89.06% from 255) = 59.11%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=2.86%
G=59.11%
B=38.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112271460.9500.360.11157.590.7646.67
HexBE3925F024B9e5b2f
Octal133432221370441323613357
Binary10111110001110010010101111101001001011100111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BE392;
 }
 .AnyTagClassName
 {
   color: #0BE392;
 }
</style>
background-color css

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

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

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

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

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

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