Html Css Color HEX #0BF38D Medium Spring Green

📋 copy color: '#0BF38D'

red 11 ◦ green 243 ◦ blue 141

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

Shades of Medium Spring Green #0BF38D

Tints of Medium Spring Green #0BF38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.52%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 2.78%
G = 61.52%
B = 35.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#0BF38D (or 0x0BF38D) is known color: Medium Spring Green. HEX triplet: 0B, F3 and 8D. RGB value is (11,243,141). Sum of RGB (Red+Green+Blue) = 11+243+141=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF38D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF38D is #F40C72. Grayscale: #A2A2A2. Windows color (decimal): -15993971 or 9302795. OLE color: 9302795.

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

Color convert

RGB 11 243 141 -
CMYK 0.95 0 0.42 0.05
HSL 153.62º 0.91% 0.5% -
HSV(B) 153.62º 0.95% 0.95% -
XYZ 37 66.1 36.01 -
YUV 162 116.14 20.29 -
System Red Green Blue C M Y K H S L
Decimal 11 243 141 0.95 0 0.42 0.05 153.62 0.91 0.5
Hex B F3 8D 5F 0 2A 5 9A 5B 32
Octal 13 363 215 137 0 52 5 232 133 62
Binary 1011 11110011 10001101 1011111 0 101010 101 10011010 1011011 110010

Color Harmonies of #0BF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF38D

Black with #0BF38D

Text Example


Text Example

White with #0BF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,243,141); }

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

background-color css

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

 a { background-color: rgb(11,243,141); }

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

border-color css

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

 span { border-color: rgb(11,243,141); }

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