#0BEDA1

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

Shades of Medium Spring Green #0BEDA1

Tints of Medium Spring Green #0BEDA1

Color information

#0BEDA1 (or 0x0BEDA1) is unknown color: approx Medium Spring Green. HEX triplet: 0B, ED and A1. RGB value is (11,237,161). Sum of RGB (Red+Green+Blue) = 11+237+161=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #0BEDA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEDA1 is #F4125E. Grayscale: #A0A0A0. Windows color (decimal): -15995487 or 10611979. OLE color: 10611979.

HSL color Cylindrical-coordinate representation of color #0BEDA1: hue angle of 159.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEDA1 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB11237161-
CMYK0.9500.320.07
HSL159.82º91.13%48.63%-
HSV(B)159.82º95.36%92.94%-
XYZ36.8663.2143.98-
YUV160.76128.1321.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.69%
GREEN value IS 237 (92.97% from 255) = 57.95%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=2.69%
G=57.95%
B=39.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112371610.9500.320.07159.8291.1348.63
HexBEDA15F0207a05b31
Octal13355241137040724013361
Binary1011111011011010000110111110100000111101000001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,237,161); }

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

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

 a { background-color: rgb(11,237,161); }

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

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

 span { border-color: rgb(11,237,161); }

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