Html Css Color HEX #0BF394 Medium Spring Green

📋 copy color: '#0BF394'

red 11 ◦ green 243 ◦ blue 148

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

Shades of Medium Spring Green #0BF394

Tints of Medium Spring Green #0BF394

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.45%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 2.74%
G = 60.45%
B = 36.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#0BF394 (or 0x0BF394) is known color: Medium Spring Green. HEX triplet: 0B, F3 and 94. RGB value is (11,243,148). Sum of RGB (Red+Green+Blue) = 11+243+148=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 243 (95.31% from 255 or 60.45% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF394 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF394 is #F40C6B. Grayscale: #A2A2A2. Windows color (decimal): -15993964 or 9761547. OLE color: 9761547.

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

Color convert

RGB 11 243 148 -
CMYK 0.95 0 0.39 0.05
HSL 155.43º 0.91% 0.5% -
HSV(B) 155.43º 0.95% 0.95% -
XYZ 37.53 66.31 38.84 -
YUV 162.8 119.64 19.72 -
System Red Green Blue C M Y K H S L
Decimal 11 243 148 0.95 0 0.39 0.05 155.43 0.91 0.5
Hex B F3 94 5F 0 27 5 9B 5B 32
Octal 13 363 224 137 0 47 5 233 133 62
Binary 1011 11110011 10010100 1011111 0 100111 101 10011011 1011011 110010

Color Harmonies of #0BF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF394

Black with #0BF394

Text Example


Text Example

White with #0BF394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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