#0BE59C

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

Shades of Medium Spring Green #0BE59C

Tints of Medium Spring Green #0BE59C

Color information

#0BE59C (or 0x0BE59C) is unknown color: approx Medium Spring Green. HEX triplet: 0B, E5 and 9C. RGB value is (11,229,156). Sum of RGB (Red+Green+Blue) = 11+229+156=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE59C is #F41A63. Grayscale: #9B9B9B. Windows color (decimal): -15997540 or 10282251. OLE color: 10282251.

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

Color convert

RGB11229156-
CMYK0.9500.320.10
HSL159.91º90.83%47.06%-
HSV(B)159.91º95.2%89.8%-
XYZ34.1658.5140.95-
YUV155.5128.2824.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 229 (89.84% from 255) = 57.83%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=2.78%
G=57.83%
B=39.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal112291560.9500.320.10159.9190.8347.06
HexBE59C5F020Aa05b2f
Octal133452341370401224013357
Binary10111110010110011100101111101000001010101000001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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