#12EE80

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

Shades of Spring Green #12EE80

Tints of Spring Green #12EE80

Color information

#12EE80 (or 0x12EE80) is unknown color: approx Spring Green. HEX triplet: 12, EE and 80. RGB value is (18,238,128). Sum of RGB (Red+Green+Blue) = 18+238+128=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 238 (93.36% from 255 or 61.98% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EE80 is #ED117F. Grayscale: #9F9F9F. Windows color (decimal): -15536512 or 8449554. OLE color: 8449554.

HSL color Cylindrical-coordinate representation of color #12EE80: hue angle of 150º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE80 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB18238128-
CMYK0.9200.460.07
HSL150º86.61%50.2%-
HSV(B)150º92.44%93.33%-
XYZ34.7262.8430.72-
YUV159.68110.1126.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 238 (93.36% from 255) = 61.98%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=4.69%
G=61.98%
B=33.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182381280.9200.460.0715086.6150.2
Hex12EE805C02E7965732
Octal22356200134056722612762
Binary10010111011101000000010111000101110111100101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,128); }

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

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

 a { background-color: rgb(18,238,128); }

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

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

 span { border-color: rgb(18,238,128); }

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