#12F57B

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

Shades of Spring Green #12F57B

Tints of Spring Green #12F57B

Color information

#12F57B (or 0x12F57B) is unknown color: approx Spring Green. HEX triplet: 12, F5 and 7B. RGB value is (18,245,123). Sum of RGB (Red+Green+Blue) = 18+245+123=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 245 (96.09% from 255 or 63.47% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 245 - color contains mainly: green. Hex color #12F57B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F57B is #ED0A84. Grayscale: #A3A3A3. Windows color (decimal): -15534725 or 8123666. OLE color: 8123666.

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

Color convert

RGB18245123-
CMYK0.9300.500.04
HSL147.75º91.9%51.57%-
HSV(B)147.75º92.65%96.08%-
XYZ36.4866.8629.72-
YUV163.22105.2924.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.66%
GREEN value IS 245 (96.09% from 255) = 63.47%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=4.66%
G=63.47%
B=31.87%

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
Decimal182451230.9300.500.04147.7591.951.57
Hex12F57B5D0324945c34
Octal22365173135062422413464
Binary1001011110101111101110111010110010100100101001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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