#0BE59A

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

Shades of Medium Spring Green #0BE59A

Tints of Medium Spring Green #0BE59A

Color information

#0BE59A (or 0x0BE59A) is unknown color: approx Medium Spring Green. HEX triplet: 0B, E5 and 9A. RGB value is (11,229,154). Sum of RGB (Red+Green+Blue) = 11+229+154=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE59A is #F41A65. Grayscale: #9B9B9B. Windows color (decimal): -15997542 or 10151179. OLE color: 10151179.

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

Color convert

RGB11229154-
CMYK0.9500.330.10
HSL159.36º90.83%47.06%-
HSV(B)159.36º95.2%89.8%-
XYZ33.9958.4440.06-
YUV155.27127.2825.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.79%
GREEN value IS 229 (89.84% from 255) = 58.12%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=2.79%
G=58.12%
B=39.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal112291540.9500.330.10159.3690.8347.06
HexBE59A5F021A9f5b2f
Octal133452321370411223713357
Binary10111110010110011010101111101000011010100111111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,229,154); }

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

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

 a { background-color: rgb(11,229,154); }

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

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

 span { border-color: rgb(11,229,154); }

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