#0FF173

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

Shades of Spring Green #0FF173

Tints of Spring Green #0FF173

Color information

#0FF173 (or 0x0FF173) is unknown color: approx Spring Green. HEX triplet: 0F, F1 and 73. RGB value is (15,241,115). Sum of RGB (Red+Green+Blue) = 15+241+115=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF173 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF173 is #F00E8C. Grayscale: #9F9F9F. Windows color (decimal): -15732365 or 7598351. OLE color: 7598351.

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

Color convert

RGB15241115-
CMYK0.9400.520.05
HSL146.55º88.98%50.2%-
HSV(B)146.55º93.78%94.51%-
XYZ34.7564.2526.79-
YUV159.06103.1325.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.04%
GREEN value IS 241 (94.53% from 255) = 64.96%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=4.04%
G=64.96%
B=31.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152411150.9400.520.05146.5588.9850.2
HexFF1735E0345935932
Octal17361163136064522313162
Binary111111110001111001110111100110100101100100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,241,115); }

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

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

 a { background-color: rgb(15,241,115); }

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

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

 span { border-color: rgb(15,241,115); }

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