#12FD6C

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

Shades of Spring Green #12FD6C

Tints of Spring Green #12FD6C

Color information

#12FD6C (or 0x12FD6C) is unknown color: approx Spring Green. HEX triplet: 12, FD and 6C. RGB value is (18,253,108). Sum of RGB (Red+Green+Blue) = 18+253+108=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 253 (99.22% from 255 or 66.75% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FD6C is #ED0293. Grayscale: #A6A6A6. Windows color (decimal): -15532692 or 7142674. OLE color: 7142674.

HSL color Cylindrical-coordinate representation of color #12FD6C: hue angle of 142.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FD6C is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB18253108-
CMYK0.9300.570.01
HSL142.98º98.33%53.14%-
HSV(B)142.98º92.89%99.22%-
XYZ38.0871.4625.97-
YUV166.295.1422.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.75%
GREEN value IS 253 (99.22% from 255) = 66.75%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=4.75%
G=66.75%
B=28.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182531080.9300.570.01142.9898.3353.14
Hex12FD6C5D03918f6235
Octal22375154135071121714265
Binary10010111111011101100101110101110011100011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12FD6C; }

 p { color: rgb(18,253,108); }

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

<style>
 a { background-color: #12FD6C; }

 a { background-color: rgb(18,253,108); }

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

<style>
 span { border-color: #12FD6C; }

 span { border-color: rgb(18,253,108); }

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