Html Css Color HEX #0BFB9B Medium Spring Green

📋 copy color: '#0BFB9B'

red 11 ◦ green 251 ◦ blue 155

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

Shades of Medium Spring Green #0BFB9B

Tints of Medium Spring Green #0BFB9B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 60.19%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 2.64%
G = 60.19%
B = 37.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#0BFB9B (or 0x0BFB9B) is known color: Medium Spring Green. HEX triplet: 0B, FB and 9B. RGB value is (11,251,155). Sum of RGB (Red+Green+Blue) = 11+251+155=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB9B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFB9B is #F40464. Grayscale: #A8A8A8. Windows color (decimal): -15991909 or 10222347. OLE color: 10222347.

HSL color Cylindrical-coordinate representation of color #0BFB9B: hue angle of 156º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFB9B is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 251 155 -
CMYK 0.96 0 0.38 0.02
HSL 156º 0.97% 0.51% -
HSV(B) 156º 0.96% 0.98% -
XYZ 40.55 71.43 42.66 -
YUV 168.3 120.49 15.81 -
System Red Green Blue C M Y K H S L
Decimal 11 251 155 0.96 0 0.38 0.02 156 0.97 0.51
Hex B FB 9B 60 0 26 2 9C 61 33
Octal 13 373 233 140 0 46 2 234 141 63
Binary 1011 11111011 10011011 1100000 0 100110 10 10011100 1100001 110011

Color Harmonies of #0BFB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFB9B

Black with #0BFB9B

Text Example


Text Example

White with #0BFB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,251,155); }

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

background-color css

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

 a { background-color: rgb(11,251,155); }

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

border-color css

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

 span { border-color: rgb(11,251,155); }

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