#12FC6E

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

Shades of Spring Green #12FC6E

Tints of Spring Green #12FC6E

Color information

#12FC6E (or 0x12FC6E) is unknown color: approx Spring Green. HEX triplet: 12, FC and 6E. RGB value is (18,252,110). Sum of RGB (Red+Green+Blue) = 18+252+110=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FC6E is #ED0391. Grayscale: #A6A6A6. Windows color (decimal): -15532946 or 7273490. OLE color: 7273490.

HSL color Cylindrical-coordinate representation of color #12FC6E: hue angle of 143.59º 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 #12FC6E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB18252110-
CMYK0.9300.560.01
HSL143.59º97.5%52.94%-
HSV(B)143.59º92.86%98.82%-
XYZ37.8770.8826.44-
YUV165.8596.4822.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 252 (98.83% from 255) = 66.32%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=4.74%
G=66.32%
B=28.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182521100.9300.560.01143.5997.552.94
Hex12FC6E5D0381906235
Octal22374156135070122014265
Binary10010111111001101110101110101110001100100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,252,110); }

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

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

 a { background-color: rgb(18,252,110); }

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

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

 span { border-color: rgb(18,252,110); }

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