Html Css Color HEX #0BE38A Medium Spring Green

📋 copy color: '#0BE38A'

red 11 ◦ green 227 ◦ blue 138

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

Shades of Medium Spring Green #0BE38A

Tints of Medium Spring Green #0BE38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.37%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 2.93%
G = 60.37%
B = 36.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#0BE38A (or 0x0BE38A) is known color: Medium Spring Green. HEX triplet: 0B, E3 and 8A. RGB value is (11,227,138). Sum of RGB (Red+Green+Blue) = 11+227+138=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE38A is #F41C75. Grayscale: #989898. Windows color (decimal): -15998070 or 9102091. OLE color: 9102091.

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

Color convert

RGB 11 227 138 -
CMYK 0.95 0 0.39 0.11
HSL 155.28º 0.91% 0.47% -
HSV(B) 155.28º 0.95% 0.89% -
XYZ 32.19 56.84 33.32 -
YUV 152.27 119.94 27.24 -
System Red Green Blue C M Y K H S L
Decimal 11 227 138 0.95 0 0.39 0.11 155.28 0.91 0.47
Hex B E3 8A 5F 0 27 B 9B 5B 2F
Octal 13 343 212 137 0 47 13 233 133 57
Binary 1011 11100011 10001010 1011111 0 100111 1011 10011011 1011011 101111

Color Harmonies of #0BE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE38A

Black with #0BE38A

Text Example


Text Example

White with #0BE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,138); }

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

background-color css

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

 a { background-color: rgb(11,227,138); }

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

border-color css

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

 span { border-color: rgb(11,227,138); }

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