Html Css Color HEX #0FF994 Medium Spring Green

📋 copy color: '#0FF994'

red 15 ◦ green 249 ◦ blue 148

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

Shades of Medium Spring Green #0FF994

Tints of Medium Spring Green #0FF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.44%

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

R = 3.64%
G = 60.44%
B = 35.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#0FF994 (or 0x0FF994) is known color: Medium Spring Green. HEX triplet: 0F, F9 and 94. RGB value is (15,249,148). Sum of RGB (Red+Green+Blue) = 15+249+148=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF994 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF994 is #F0066B. Grayscale: #A7A7A7. Windows color (decimal): -15730284 or 9763087. OLE color: 9763087.

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

Color convert

RGB 15 249 148 -
CMYK 0.94 0 0.41 0.02
HSL 154.1º 0.95% 0.52% -
HSV(B) 154.1º 0.94% 0.98% -
XYZ 39.42 69.99 39.45 -
YUV 167.52 116.98 19.21 -
System Red Green Blue C M Y K H S L
Decimal 15 249 148 0.94 0 0.41 0.02 154.1 0.95 0.52
Hex F F9 94 5E 0 29 2 9A 5F 34
Octal 17 371 224 136 0 51 2 232 137 64
Binary 1111 11111001 10010100 1011110 0 101001 10 10011010 1011111 110100

Color Harmonies of #0FF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF994

Black with #0FF994

Text Example


Text Example

White with #0FF994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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