#12FC8C

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

Shades of Spring Green #12FC8C

Tints of Spring Green #12FC8C

Color information

#12FC8C (or 0x12FC8C) is unknown color: approx Spring Green. HEX triplet: 12, FC and 8C. RGB value is (18,252,140). Sum of RGB (Red+Green+Blue) = 18+252+140=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FC8C is #ED0373. Grayscale: #A9A9A9. Windows color (decimal): -15532916 or 9239570. OLE color: 9239570.

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

Color convert

RGB18252140-
CMYK0.9300.440.01
HSL151.28º97.5%52.94%-
HSV(B)151.28º92.86%98.82%-
XYZ39.7971.6436.54-
YUV169.27111.4820.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.39%
GREEN value IS 252 (98.83% from 255) = 61.46%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=4.39%
G=61.46%
B=34.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182521400.9300.440.01151.2897.552.94
Hex12FC8C5D02C1976235
Octal22374214135054122714265
Binary100101111110010001100101110101011001100101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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