Html Css Color HEX #0BFB99 Medium Spring Green

📋 copy color: '#0BFB99'

red 11 ◦ green 251 ◦ blue 153

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

Shades of Medium Spring Green #0BFB99

Tints of Medium Spring Green #0BFB99

RGB

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

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

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

R = 2.65%
G = 60.48%
B = 36.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#0BFB99 (or 0x0BFB99) is known color: Medium Spring Green. HEX triplet: 0B, FB and 99. RGB value is (11,251,153). Sum of RGB (Red+Green+Blue) = 11+251+153=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFB99 is #F40466. Grayscale: #A8A8A8. Windows color (decimal): -15991911 or 10091275. OLE color: 10091275.

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

Color convert

RGB 11 251 153 -
CMYK 0.96 0 0.39 0.02
HSL 155.5º 0.97% 0.51% -
HSV(B) 155.5º 0.96% 0.98% -
XYZ 40.38 71.37 41.78 -
YUV 168.07 119.49 15.97 -
System Red Green Blue C M Y K H S L
Decimal 11 251 153 0.96 0 0.39 0.02 155.5 0.97 0.51
Hex B FB 99 60 0 27 2 9C 61 33
Octal 13 373 231 140 0 47 2 234 141 63
Binary 1011 11111011 10011001 1100000 0 100111 10 10011100 1100001 110011

Color Harmonies of #0BFB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFB99

Black with #0BFB99

Text Example


Text Example

White with #0BFB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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