#0bfe96

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

Shades of Medium Spring Green #0BFE96

Tints of Medium Spring Green #0BFE96

Color information

#0BFE96 (or 0x0BFE96) is unknown color: approx Medium Spring Green. HEX triplet: 0B, FE and 96. RGB value is (11,254,150). Sum of RGB (Red+Green+Blue) = 11+254+150=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFE96 is #F40169. Grayscale: #A9A9A9. Windows color (decimal): -15991146 or 9895435. OLE color: 9895435.

HSL color Cylindrical-coordinate representation of color #0BFE96: hue angle of 154.32º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE96 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB11254150-
CMYK0.9600.410.00
HSL154.32º99.18%51.96%-
HSV(B)154.32º95.67%99.61%-
XYZ41.0873.1640.81-
YUV169.49116.9914.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.65%
GREEN value IS 254 (99.61% from 255) = 61.20%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=2.65%
G=61.20%
B=36.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112541500.9600.410.00154.3299.1851.96
HexBFE966002909a6334
Octal13376226140051023214364
Binary10111111111010010110110000001010010100110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bfe96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,254,150); }

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

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

 a { background-color: rgb(11,254,150); }

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

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

 span { border-color: rgb(11,254,150); }

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