Html Css Color HEX #0FF48E Medium Spring Green

📋 copy color: '#0FF48E'

red 15 ◦ green 244 ◦ blue 142

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

Shades of Medium Spring Green #0FF48E

Tints of Medium Spring Green #0FF48E

RGB

 RED value IS 15 (6.25% from 255) = 3.74%

 GREEN value IS 244 (95.7% from 255) = 60.85%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 3.74%
G = 60.85%
B = 35.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#0FF48E (or 0x0FF48E) is known color: Medium Spring Green. HEX triplet: 0F, F4 and 8E. RGB value is (15,244,142). Sum of RGB (Red+Green+Blue) = 15+244+142=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 244 (95.70% from 255 or 60.85% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF48E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF48E is #F00B71. Grayscale: #A4A4A4. Windows color (decimal): -15731570 or 9368591. OLE color: 9368591.

HSL color Cylindrical-coordinate representation of color #0FF48E: hue angle of 153.28º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF48E is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 244 142 -
CMYK 0.94 0 0.42 0.04
HSL 153.28º 0.91% 0.51% -
HSV(B) 153.28º 0.94% 0.96% -
XYZ 37.43 66.76 36.5 -
YUV 163.9 115.63 21.79 -
System Red Green Blue C M Y K H S L
Decimal 15 244 142 0.94 0 0.42 0.04 153.28 0.91 0.51
Hex F F4 8E 5E 0 2A 4 99 5B 33
Octal 17 364 216 136 0 52 4 231 133 63
Binary 1111 11110100 10001110 1011110 0 101010 100 10011001 1011011 110011

Color Harmonies of #0FF48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF48E

Black with #0FF48E

Text Example


Text Example

White with #0FF48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,244,142); }

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

background-color css

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

 a { background-color: rgb(15,244,142); }

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

border-color css

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

 span { border-color: rgb(15,244,142); }

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