Html Css Color HEX #0BF695 Medium Spring Green

📋 copy color: '#0BF695'

red 11 ◦ green 246 ◦ blue 149

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

Shades of Medium Spring Green #0BF695

Tints of Medium Spring Green #0BF695

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60.59%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 2.71%
G = 60.59%
B = 36.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#0BF695 (or 0x0BF695) is known color: Medium Spring Green. HEX triplet: 0B, F6 and 95. RGB value is (11,246,149). Sum of RGB (Red+Green+Blue) = 11+246+149=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 246 (96.48% from 255 or 60.59% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF695 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF695 is #F4096A. Grayscale: #A4A4A4. Windows color (decimal): -15993195 or 9827851. OLE color: 9827851.

HSL color Cylindrical-coordinate representation of color #0BF695: hue angle of 155.23º degrees, saturation: 0.93, 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 #0BF695 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 246 149 -
CMYK 0.96 0 0.39 0.04
HSL 155.23º 0.93% 0.5% -
HSV(B) 155.23º 0.96% 0.96% -
XYZ 38.52 68.15 39.56 -
YUV 164.68 119.14 18.39 -
System Red Green Blue C M Y K H S L
Decimal 11 246 149 0.96 0 0.39 0.04 155.23 0.93 0.5
Hex B F6 95 60 0 27 4 9B 5D 32
Octal 13 366 225 140 0 47 4 233 135 62
Binary 1011 11110110 10010101 1100000 0 100111 100 10011011 1011101 110010

Color Harmonies of #0BF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF695

Black with #0BF695

Text Example


Text Example

White with #0BF695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,246,149); }

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

background-color css

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

 a { background-color: rgb(11,246,149); }

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

border-color css

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

 span { border-color: rgb(11,246,149); }

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