#12F57A

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

Shades of Spring Green #12F57A

Tints of Spring Green #12F57A

Color information

#12F57A (or 0x12F57A) is unknown color: approx Spring Green. HEX triplet: 12, F5 and 7A. RGB value is (18,245,122). Sum of RGB (Red+Green+Blue) = 18+245+122=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #12F57A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F57A is #ED0A85. Grayscale: #A3A3A3. Windows color (decimal): -15534726 or 8058130. OLE color: 8058130.

HSL color Cylindrical-coordinate representation of color #12F57A: hue angle of 147.49º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F57A is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB18245122-
CMYK0.9300.500.04
HSL147.49º91.9%51.57%-
HSV(B)147.49º92.65%96.08%-
XYZ36.4166.8429.39-
YUV163.11104.7924.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.68%
GREEN value IS 245 (96.09% from 255) = 63.64%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=4.68%
G=63.64%
B=31.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182451220.9300.500.04147.4991.951.57
Hex12F57A5D0324935c34
Octal22365172135062422313464
Binary1001011110101111101010111010110010100100100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,245,122); }

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

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

 a { background-color: rgb(18,245,122); }

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

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

 span { border-color: rgb(18,245,122); }

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