#0bf78c

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

Shades of Medium Spring Green #0BF78C

Tints of Medium Spring Green #0BF78C

Color information

#0BF78C (or 0x0BF78C) is unknown color: approx Medium Spring Green. HEX triplet: 0B, F7 and 8C. RGB value is (11,247,140). Sum of RGB (Red+Green+Blue) = 11+247+140=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 247 (96.88% from 255 or 62.06% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF78C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF78C is #F40873. Grayscale: #A4A4A4. Windows color (decimal): -15992948 or 9238283. OLE color: 9238283.

HSL color Cylindrical-coordinate representation of color #0BF78C: hue angle of 152.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF78C is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB11247140-
CMYK0.9600.430.03
HSL152.8º93.65%50.59%-
HSV(B)152.8º95.55%96.86%-
XYZ38.1368.4936.02-
YUV164.24114.3118.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 247 (96.88% from 255) = 62.06%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=2.76%
G=62.06%
B=35.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112471400.9600.430.03152.893.6550.59
HexBF78C6002B3995e33
Octal13367214140053323113663
Binary101111110111100011001100000010101111100110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bf78c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,247,140); }

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

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

 a { background-color: rgb(11,247,140); }

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

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

 span { border-color: rgb(11,247,140); }

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