#0FF3A0

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

Shades of Medium Spring Green #0FF3A0

Tints of Medium Spring Green #0FF3A0

Color information

#0FF3A0 (or 0x0FF3A0) is unknown color: approx Medium Spring Green. HEX triplet: 0F, F3 and A0. RGB value is (15,243,160). Sum of RGB (Red+Green+Blue) = 15+243+160=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF3A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF3A0 is #F00C5F. Grayscale: #A5A5A5. Windows color (decimal): -15731808 or 10547983. OLE color: 10547983.

HSL color Cylindrical-coordinate representation of color #0FF3A0: hue angle of 158.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF3A0 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB15243160-
CMYK0.9400.340.05
HSL158.16º90.48%50.59%-
HSV(B)158.16º93.83%95.29%-
XYZ38.5966.7444.11-
YUV165.37124.9620.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 243 (95.31% from 255) = 58.13%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=3.59%
G=58.13%
B=38.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152431600.9400.340.05158.1690.4850.59
HexFF3A05E02259e5a33
Octal17363240136042523613263
Binary1111111100111010000010111100100010101100111101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,243,160); }

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

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

 a { background-color: rgb(15,243,160); }

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

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

 span { border-color: rgb(15,243,160); }

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