Html Css Color HEX #0FFC94 Medium Spring Green

📋 copy color: '#0FFC94'

red 15 ◦ green 252 ◦ blue 148

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

Shades of Medium Spring Green #0FFC94

Tints of Medium Spring Green #0FFC94

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.72%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 3.61%
G = 60.72%
B = 35.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#0FFC94 (or 0x0FFC94) is known color: Medium Spring Green. HEX triplet: 0F, FC and 94. RGB value is (15,252,148). Sum of RGB (Red+Green+Blue) = 15+252+148=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFC94 is #F0036B. Grayscale: #A9A9A9. Windows color (decimal): -15729516 or 9763855. OLE color: 9763855.

HSL color Cylindrical-coordinate representation of color #0FFC94: hue angle of 153.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC94 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 148 -
CMYK 0.94 0 0.41 0.01
HSL 153.67º 0.98% 0.52% -
HSV(B) 153.67º 0.94% 0.99% -
XYZ 40.35 71.86 39.76 -
YUV 169.28 115.98 17.96 -
System Red Green Blue C M Y K H S L
Decimal 15 252 148 0.94 0 0.41 0.01 153.67 0.98 0.52
Hex F FC 94 5E 0 29 1 9A 62 34
Octal 17 374 224 136 0 51 1 232 142 64
Binary 1111 11111100 10010100 1011110 0 101001 1 10011010 1100010 110100

Color Harmonies of #0FFC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC94

Black with #0FFC94

Text Example


Text Example

White with #0FFC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,148); }

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

background-color css

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

 a { background-color: rgb(15,252,148); }

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

border-color css

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

 span { border-color: rgb(15,252,148); }

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