Html Css Color HEX #0BE49C Medium Spring Green

📋 copy color: '#0BE49C'

red 11 ◦ green 228 ◦ blue 156

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

Shades of Medium Spring Green #0BE49C

Tints of Medium Spring Green #0BE49C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.72%

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 2.78%
G = 57.72%
B = 39.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#0BE49C (or 0x0BE49C) is known color: Medium Spring Green. HEX triplet: 0B, E4 and 9C. RGB value is (11,228,156). Sum of RGB (Red+Green+Blue) = 11+228+156=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE49C is #F41B63. Grayscale: #9A9A9A. Windows color (decimal): -15997796 or 10281995. OLE color: 10281995.

HSL color Cylindrical-coordinate representation of color #0BE49C: hue angle of 160.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE49C is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 156 -
CMYK 0.95 0 0.32 0.11
HSL 160.09º 0.91% 0.47% -
HSV(B) 160.09º 0.95% 0.89% -
XYZ 33.88 57.96 40.85 -
YUV 154.91 128.61 25.35 -
System Red Green Blue C M Y K H S L
Decimal 11 228 156 0.95 0 0.32 0.11 160.09 0.91 0.47
Hex B E4 9C 5F 0 20 B A0 5B 2F
Octal 13 344 234 137 0 40 13 240 133 57
Binary 1011 11100100 10011100 1011111 0 100000 1011 10100000 1011011 101111

Color Harmonies of #0BE49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE49C

Black with #0BE49C

Text Example


Text Example

White with #0BE49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,228,156); }

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

background-color css

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

 a { background-color: rgb(11,228,156); }

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

border-color css

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

 span { border-color: rgb(11,228,156); }

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