#12FA74

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

Shades of Spring Green #12FA74

Tints of Spring Green #12FA74

Color information

#12FA74 (or 0x12FA74) is unknown color: approx Spring Green. HEX triplet: 12, FA and 74. RGB value is (18,250,116). Sum of RGB (Red+Green+Blue) = 18+250+116=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA74 is #ED058B. Grayscale: #A5A5A5. Windows color (decimal): -15533452 or 7666194. OLE color: 7666194.

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

Color convert

RGB18250116-
CMYK0.9300.540.02
HSL145.34º95.87%52.55%-
HSV(B)145.34º92.8%98.04%-
XYZ37.5969.7628.01-
YUV165.36100.1422.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 250 (98.05% from 255) = 65.10%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=4.69%
G=65.10%
B=30.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182501160.9300.540.02145.3495.8752.55
Hex12FA745D0362916035
Octal22372164135066222114065
Binary100101111101011101001011101011011010100100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,250,116); }

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

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

 a { background-color: rgb(18,250,116); }

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

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

 span { border-color: rgb(18,250,116); }

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