Html Css Color HEX #0BF199 Medium Spring Green

📋 copy color: '#0BF199'

red 11 ◦ green 241 ◦ blue 153

#0BF199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0BF199

Tints of Medium Spring Green #0BF199

RGB

 RED value IS 11 (4.69% from 255) = 2.72%

 GREEN value IS 241 (94.53% from 255) = 59.51%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 2.72%
G = 59.51%
B = 37.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#0BF199 (or 0x0BF199) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 99. RGB value is (11,241,153). Sum of RGB (Red+Green+Blue) = 11+241+153=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF199 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF199 is #F40E66. Grayscale: #A2A2A2. Windows color (decimal): -15994471 or 10088715. OLE color: 10088715.

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

Color convert

RGB 11 241 153 -
CMYK 0.95 0 0.37 0.05
HSL 157.04º 0.91% 0.49% -
HSV(B) 157.04º 0.95% 0.95% -
XYZ 37.34 65.28 40.77 -
YUV 162.2 122.8 20.16 -
System Red Green Blue C M Y K H S L
Decimal 11 241 153 0.95 0 0.37 0.05 157.04 0.91 0.49
Hex B F1 99 5F 0 25 5 9D 5B 31
Octal 13 361 231 137 0 45 5 235 133 61
Binary 1011 11110001 10011001 1011111 0 100101 101 10011101 1011011 110001

Color Harmonies of #0BF199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF199

Black with #0BF199

Text Example


Text Example

White with #0BF199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,241,153); }

 H1.HeaderClassName
 {
   color: #0BF199;
 }
 .AnyTagClassName
 {
   color: #0BF199;
 }
</style>

background-color css

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

 a { background-color: rgb(11,241,153); }

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

border-color css

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

 span { border-color: rgb(11,241,153); }

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