Html Css Color HEX #00F094 Medium Spring Green

📋 copy color: '#00F094'

red 0 ◦ green 240 ◦ blue 148

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

Shades of Medium Spring Green #00F094

Tints of Medium Spring Green #00F094

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 240 (94.14% from 255) = 61.86%

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

R = 0%
G = 61.86%
B = 38.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#00F094 (or 0x00F094) is known color: Medium Spring Green. HEX triplet: 00, F0 and 94. RGB value is (0,240,148). Sum of RGB (Red+Green+Blue) = 0+240+148=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #00F094 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F094 is #FF0F6B. Grayscale: #9D9D9D. Windows color (decimal): -16715628 or 9760768. OLE color: 9760768.

HSL color Cylindrical-coordinate representation of color #00F094: hue angle of 157º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F094 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 240 148 -
CMYK 1 0 0.38 0.06
HSL 157º 1% 0.47% -
HSV(B) 157º 1% 0.94% -
XYZ 36.51 64.46 38.53 -
YUV 157.75 122.49 15.48 -
System Red Green Blue C M Y K H S L
Decimal 0 240 148 1 0 0.38 0.06 157 1 0.47
Hex 0 F0 94 64 0 26 6 9D 64 2F
Octal 0 360 224 144 0 46 6 235 144 57
Binary 0 11110000 10010100 1100100 0 100110 110 10011101 1100100 101111

Color Harmonies of #00F094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F094

Black with #00F094

Text Example


Text Example

White with #00F094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F094; }

 p { color: rgb(0,240,148); }

 H1.HeaderClassName
 {
   color: #00F094;
 }
 .AnyTagClassName
 {
   color: #00F094;
 }
</style>

background-color css

<style>
 a { background-color: #00F094; }

 a { background-color: rgb(0,240,148); }

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

border-color css

<style>
 span { border-color: #00F094; }

 span { border-color: rgb(0,240,148); }

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