#10F194

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

Shades of Medium Spring Green #10F194

Tints of Medium Spring Green #10F194

Color information

#10F194 (or 0x10F194) is unknown color: approx Medium Spring Green. HEX triplet: 10, F1 and 94. RGB value is (16,241,148). Sum of RGB (Red+Green+Blue) = 16+241+148=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #10F194 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F194 is #EF0E6B. Grayscale: #A3A3A3. Windows color (decimal): -15666796 or 9761040. OLE color: 9761040.

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

Color convert

RGB16241148-
CMYK0.9300.390.05
HSL155.2º88.93%50.39%-
HSV(B)155.2º93.36%94.51%-
XYZ37.0165.1638.64-
YUV163.12119.4623.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.95%
GREEN value IS 241 (94.53% from 255) = 59.51%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=3.95%
G=59.51%
B=36.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162411480.9300.390.05155.288.9350.39
Hex10F1945D02759b5932
Octal20361224135047523313162
Binary10000111100011001010010111010100111101100110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10F194; }

 p { color: rgb(16,241,148); }

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

<style>
 a { background-color: #10F194; }

 a { background-color: rgb(16,241,148); }

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

<style>
 span { border-color: #10F194; }

 span { border-color: rgb(16,241,148); }

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