#10FA63

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

Shades of Spring Green #10FA63

Tints of Spring Green #10FA63

Color information

#10FA63 (or 0x10FA63) is unknown color: approx Spring Green. HEX triplet: 10, FA and 63. RGB value is (16,250,99). Sum of RGB (Red+Green+Blue) = 16+250+99=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA63 is #EF059C. Grayscale: #A3A3A3. Windows color (decimal): -15664541 or 6552080. OLE color: 6552080.

HSL color Cylindrical-coordinate representation of color #10FA63: hue angle of 141.28º degrees, saturation: 0.96, 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 #10FA63 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB1625099-
CMYK0.9400.600.02
HSL141.28º95.9%52.16%-
HSV(B)141.28º93.6%98.04%-
XYZ36.6569.3823.26-
YUV162.8291.9823.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.38%
GREEN value IS 250 (98.05% from 255) = 68.49%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=4.38%
G=68.49%
B=27.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16250990.9400.600.02141.2895.952.16
Hex10FA635E03C28d6034
Octal20372143136074221514064
Binary100001111101011000111011110011110010100011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,250,99); }

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

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

 a { background-color: rgb(16,250,99); }

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

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

 span { border-color: rgb(16,250,99); }

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