#12FD8A

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

Shades of Spring Green #12FD8A

Tints of Spring Green #12FD8A

Color information

#12FD8A (or 0x12FD8A) is unknown color: approx Spring Green. HEX triplet: 12, FD and 8A. RGB value is (18,253,138). Sum of RGB (Red+Green+Blue) = 18+253+138=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FD8A is #ED0275. Grayscale: #A9A9A9. Windows color (decimal): -15532662 or 9108754. OLE color: 9108754.

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

Color convert

RGB18253138-
CMYK0.9300.450.01
HSL150.64º98.33%53.14%-
HSV(B)150.64º92.89%99.22%-
XYZ39.9672.2135.88-
YUV169.62110.1419.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.40%
GREEN value IS 253 (99.22% from 255) = 61.86%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=4.40%
G=61.86%
B=33.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182531380.9300.450.01150.6498.3353.14
Hex12FD8A5D02D1976235
Octal22375212135055122714265
Binary100101111110110001010101110101011011100101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,253,138); }

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

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

 a { background-color: rgb(18,253,138); }

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

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

 span { border-color: rgb(18,253,138); }

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