#12E182

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

Shades of Spring Green #12E182

Tints of Spring Green #12E182

Color information

#12E182 (or 0x12E182) is unknown color: approx Spring Green. HEX triplet: 12, E1 and 82. RGB value is (18,225,130). Sum of RGB (Red+Green+Blue) = 18+225+130=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #12E182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E182 is #ED1E7D. Grayscale: #989898. Windows color (decimal): -15539838 or 8577298. OLE color: 8577298.

HSL color Cylindrical-coordinate representation of color #12E182: hue angle of 152.46º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E182 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB18225130-
CMYK0.9200.420.12
HSL152.46º85.19%47.65%-
HSV(B)152.46º92%88.24%-
XYZ31.255.5930.2-
YUV152.28115.4232.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 225 (88.28% from 255) = 60.32%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=4.83%
G=60.32%
B=34.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182251300.9200.420.12152.4685.1947.65
Hex12E1825C02AC985530
Octal223412021340521423012560
Binary100101110000110000010101110001010101100100110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,225,130); }

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

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

 a { background-color: rgb(18,225,130); }

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

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

 span { border-color: rgb(18,225,130); }

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