#0BF58B

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

Shades of Spring Green #0BF58B

Tints of Spring Green #0BF58B

Color information

#0BF58B (or 0x0BF58B) is unknown color: approx Spring Green. HEX triplet: 0B, F5 and 8B. RGB value is (11,245,139). Sum of RGB (Red+Green+Blue) = 11+245+139=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 245 (96.09% from 255 or 62.03% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 245 - color contains mainly: green. Hex color #0BF58B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF58B is #F40A74. Grayscale: #A3A3A3. Windows color (decimal): -15993461 or 9172235. OLE color: 9172235.

HSL color Cylindrical-coordinate representation of color #0BF58B: hue angle of 152.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF58B is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB11245139-
CMYK0.9600.430.04
HSL152.82º92.13%50.2%-
HSV(B)152.82º95.51%96.08%-
XYZ37.4567.2435.43-
YUV162.95114.4819.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 245 (96.09% from 255) = 62.03%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=2.78%
G=62.03%
B=35.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112451390.9600.430.04152.8292.1350.2
HexBF58B6002B4995c32
Octal13365213140053423113462
Binary1011111101011000101111000000101011100100110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,245,139); }

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

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

 a { background-color: rgb(11,245,139); }

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

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

 span { border-color: rgb(11,245,139); }

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