#0BF398

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

Shades of Medium Spring Green #0BF398

Tints of Medium Spring Green #0BF398

Color information

#0BF398 (or 0x0BF398) is unknown color: approx Medium Spring Green. HEX triplet: 0B, F3 and 98. RGB value is (11,243,152). Sum of RGB (Red+Green+Blue) = 11+243+152=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF398 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF398 is #F40C67. Grayscale: #A3A3A3. Windows color (decimal): -15993960 or 10023691. OLE color: 10023691.

HSL color Cylindrical-coordinate representation of color #0BF398: hue angle of 156.47º 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 #0BF398 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB11243152-
CMYK0.9500.370.05
HSL156.47º91.34%49.8%-
HSV(B)156.47º95.47%95.29%-
XYZ37.8666.4440.53-
YUV163.26121.6419.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.71%
GREEN value IS 243 (95.31% from 255) = 59.85%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=2.71%
G=59.85%
B=37.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112431520.9500.370.05156.4791.3449.8
HexBF3985F02559c5b32
Octal13363230137045523413362
Binary1011111100111001100010111110100101101100111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,243,152); }

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

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

 a { background-color: rgb(11,243,152); }

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

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

 span { border-color: rgb(11,243,152); }

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