Html Css Color HEX #0BF19F Medium Spring Green

📋 copy color: '#0BF19F'

red 11 ◦ green 241 ◦ blue 159

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

Shades of Medium Spring Green #0BF19F

Tints of Medium Spring Green #0BF19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 2.68%
G = 58.64%
B = 38.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#0BF19F (or 0x0BF19F) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 9F. RGB value is (11,241,159). Sum of RGB (Red+Green+Blue) = 11+241+159=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF19F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF19F is #F40E60. Grayscale: #A2A2A2. Windows color (decimal): -15994465 or 10481931. OLE color: 10481931.

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

Color convert

RGB 11 241 159 -
CMYK 0.95 0 0.34 0.05
HSL 158.61º 0.91% 0.49% -
HSV(B) 158.61º 0.95% 0.95% -
XYZ 37.85 65.48 43.45 -
YUV 162.88 125.8 19.67 -
System Red Green Blue C M Y K H S L
Decimal 11 241 159 0.95 0 0.34 0.05 158.61 0.91 0.49
Hex B F1 9F 5F 0 22 5 9F 5B 31
Octal 13 361 237 137 0 42 5 237 133 61
Binary 1011 11110001 10011111 1011111 0 100010 101 10011111 1011011 110001

Color Harmonies of #0BF19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF19F

Black with #0BF19F

Text Example


Text Example

White with #0BF19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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