#0FF6A8

Color #0FF6A8 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0FF6A8

Tints of Medium Spring Green #0FF6A8

Color information

#0FF6A8 (or 0x0FF6A8) is unknown color: approx Medium Spring Green. HEX triplet: 0F, F6 and A8. RGB value is (15,246,168). Sum of RGB (Red+Green+Blue) = 15+246+168=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF6A8 is #F00957. Grayscale: #A8A8A8. Windows color (decimal): -15731032 or 11073039. OLE color: 11073039.

HSL color Cylindrical-coordinate representation of color #0FF6A8: hue angle of 159.74º degrees, saturation: 0.93, 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 #0FF6A8 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB15246168-
CMYK0.9400.320.04
HSL159.74º92.77%51.18%-
HSV(B)159.74º93.9%96.47%-
XYZ40.2268.8448.21-
YUV168.04127.9718.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.50%
GREEN value IS 246 (96.48% from 255) = 57.34%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=3.50%
G=57.34%
B=39.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152461680.9400.320.04159.7492.7751.18
HexFF6A85E0204a05d33
Octal17366250136040424013563
Binary1111111101101010100010111100100000100101000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,246,168); }

 H1.HeaderClassName
 {
   color: #0FF6A8;
 }
 .AnyTagClassName
 {
   color: #0FF6A8;
 }
</style>
background-color css

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

 a { background-color: rgb(15,246,168); }

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

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

 span { border-color: rgb(15,246,168); }

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