Html Css Color HEX #0BFA93 Medium Spring Green

📋 copy color: '#0BFA93'

red 11 ◦ green 250 ◦ blue 147

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

Shades of Medium Spring Green #0BFA93

Tints of Medium Spring Green #0BFA93

RGB

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

 GREEN value IS 250 (98.05% from 255) = 61.27%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 2.7%
G = 61.27%
B = 36.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#0BFA93 (or 0x0BFA93) is known color: Medium Spring Green. HEX triplet: 0B, FA and 93. RGB value is (11,250,147). Sum of RGB (Red+Green+Blue) = 11+250+147=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFA93 is #F4056C. Grayscale: #A6A6A6. Windows color (decimal): -15992173 or 9697803. OLE color: 9697803.

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

Color convert

RGB 11 250 147 -
CMYK 0.96 0 0.41 0.02
HSL 154.14º 0.96% 0.51% -
HSV(B) 154.14º 0.96% 0.98% -
XYZ 39.59 70.55 39.13 -
YUV 166.8 116.82 16.88 -
System Red Green Blue C M Y K H S L
Decimal 11 250 147 0.96 0 0.41 0.02 154.14 0.96 0.51
Hex B FA 93 60 0 29 2 9A 60 33
Octal 13 372 223 140 0 51 2 232 140 63
Binary 1011 11111010 10010011 1100000 0 101001 10 10011010 1100000 110011

Color Harmonies of #0BFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA93

Black with #0BFA93

Text Example


Text Example

White with #0BFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,147); }

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

background-color css

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

 a { background-color: rgb(11,250,147); }

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

border-color css

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

 span { border-color: rgb(11,250,147); }

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