#0bf294

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

Shades of Medium Spring Green #0BF294

Tints of Medium Spring Green #0BF294

Color information

#0BF294 (or 0x0BF294) is unknown color: approx Medium Spring Green. HEX triplet: 0B, F2 and 94. RGB value is (11,242,148). Sum of RGB (Red+Green+Blue) = 11+242+148=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF294 is #F40D6B. Grayscale: #A2A2A2. Windows color (decimal): -15994220 or 9761291. OLE color: 9761291.

HSL color Cylindrical-coordinate representation of color #0BF294: hue angle of 155.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF294 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB11242148-
CMYK0.9500.390.05
HSL155.58º91.3%49.61%-
HSV(B)155.58º95.45%94.9%-
XYZ37.2465.7138.74-
YUV162.21119.9720.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.74%
GREEN value IS 242 (94.92% from 255) = 60.35%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=2.74%
G=60.35%
B=36.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112421480.9500.390.05155.5891.349.61
HexBF2945F02759c5b32
Octal13362224137047523413362
Binary1011111100101001010010111110100111101100111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bf294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,242,148); }

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

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

 a { background-color: rgb(11,242,148); }

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

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

 span { border-color: rgb(11,242,148); }

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