#0BEA95

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

Shades of Medium Spring Green #0BEA95

Tints of Medium Spring Green #0BEA95

Color information

#0BEA95 (or 0x0BEA95) is unknown color: approx Medium Spring Green. HEX triplet: 0B, EA and 95. RGB value is (11,234,149). Sum of RGB (Red+Green+Blue) = 11+234+149=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA95 is #F4156A. Grayscale: #9D9D9D. Windows color (decimal): -15996267 or 9824779. OLE color: 9824779.

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

Color convert

RGB11234149-
CMYK0.9500.360.08
HSL157.13º91.02%48.04%-
HSV(B)157.13º95.3%91.76%-
XYZ34.9961.0938.38-
YUV157.63123.1223.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.79%
GREEN value IS 234 (91.80% from 255) = 59.39%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=2.79%
G=59.39%
B=37.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112341490.9500.360.08157.1391.0248.04
HexBEA955F02489d5b30
Octal133522251370441023513360
Binary10111110101010010101101111101001001000100111011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,234,149); }

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

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

 a { background-color: rgb(11,234,149); }

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

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

 span { border-color: rgb(11,234,149); }

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