Html Css Color HEX #0BF2A0 Medium Spring Green

📋 copy color: '#0BF2A0'

red 11 ◦ green 242 ◦ blue 160

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

Shades of Medium Spring Green #0BF2A0

Tints of Medium Spring Green #0BF2A0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.6%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 2.66%
G = 58.6%
B = 38.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#0BF2A0 (or 0x0BF2A0) is known color: Medium Spring Green. HEX triplet: 0B, F2 and A0. RGB value is (11,242,160). Sum of RGB (Red+Green+Blue) = 11+242+160=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF2A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF2A0 is #F40D5F. Grayscale: #A3A3A3. Windows color (decimal): -15994208 or 10547723. OLE color: 10547723.

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

Color convert

RGB 11 242 160 -
CMYK 0.95 0 0.34 0.05
HSL 158.7º 0.91% 0.5% -
HSV(B) 158.7º 0.95% 0.95% -
XYZ 38.24 66.11 44 -
YUV 163.58 125.97 19.17 -
System Red Green Blue C M Y K H S L
Decimal 11 242 160 0.95 0 0.34 0.05 158.7 0.91 0.5
Hex B F2 A0 5F 0 22 5 9F 5B 32
Octal 13 362 240 137 0 42 5 237 133 62
Binary 1011 11110010 10100000 1011111 0 100010 101 10011111 1011011 110010

Color Harmonies of #0BF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF2A0

Black with #0BF2A0

Text Example


Text Example

White with #0BF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,242,160); }

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

background-color css

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

 a { background-color: rgb(11,242,160); }

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

border-color css

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

 span { border-color: rgb(11,242,160); }

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