#12FF82

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

Shades of Spring Green #12FF82

Tints of Spring Green #12FF82

Color information

#12FF82 (or 0x12FF82) is unknown color: approx Spring Green. HEX triplet: 12, FF and 82. RGB value is (18,255,130). Sum of RGB (Red+Green+Blue) = 18+255+130=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF82 is #ED007D. Grayscale: #AAAAAA. Windows color (decimal): -15532158 or 8584978. OLE color: 8584978.

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

Color convert

RGB18255130-
CMYK0.9300.490
HSL148.35º100%53.53%-
HSV(B)148.35º92.94%100%-
XYZ40.0473.2633.15-
YUV169.89105.4819.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.47%
GREEN value IS 255 (100% from 255) = 63.28%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=4.47%
G=63.28%
B=32.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551300.9300.490148.3510053.53
Hex12FF825D0310946436
Octal22377202135061022414466
Binary100101111111110000010101110101100010100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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