#12FF72

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

Shades of Spring Green #12FF72

Tints of Spring Green #12FF72

Color information

#12FF72 (or 0x12FF72) is unknown color: approx Spring Green. HEX triplet: 12, FF and 72. RGB value is (18,255,114). Sum of RGB (Red+Green+Blue) = 18+255+114=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF72 is #ED008D. Grayscale: #A8A8A8. Windows color (decimal): -15532174 or 7536402. OLE color: 7536402.

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

Color convert

RGB18255114-
CMYK0.9300.550
HSL144.3º100%53.53%-
HSV(B)144.3º92.94%100%-
XYZ39.0572.8627.93-
YUV168.0697.4820.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.65%
GREEN value IS 255 (100% from 255) = 65.89%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=4.65%
G=65.89%
B=29.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551140.9300.550144.310053.53
Hex12FF725D0370906436
Octal22377162135067022014466
Binary10010111111111110010101110101101110100100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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