#12FF81

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

Shades of Spring Green #12FF81

Tints of Spring Green #12FF81

Color information

#12FF81 (or 0x12FF81) is unknown color: approx Spring Green. HEX triplet: 12, FF and 81. RGB value is (18,255,129). Sum of RGB (Red+Green+Blue) = 18+255+129=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF81 is #ED007E. Grayscale: #AAAAAA. Windows color (decimal): -15532159 or 8519442. OLE color: 8519442.

HSL color Cylindrical-coordinate representation of color #12FF81: hue angle of 148.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF81 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB18255129-
CMYK0.9300.490
HSL148.1º100%53.53%-
HSV(B)148.1º92.94%100%-
XYZ39.9773.2332.8-
YUV169.77104.9819.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.48%
GREEN value IS 255 (100% from 255) = 63.43%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=4.48%
G=63.43%
B=32.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551290.9300.490148.110053.53
Hex12FF815D0310946436
Octal22377201135061022414466
Binary100101111111110000001101110101100010100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,255,129); }

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

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

 a { background-color: rgb(18,255,129); }

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

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

 span { border-color: rgb(18,255,129); }

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