#12FF77

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

Shades of Spring Green #12FF77

Tints of Spring Green #12FF77

Color information

#12FF77 (or 0x12FF77) is unknown color: approx Spring Green. HEX triplet: 12, FF and 77. RGB value is (18,255,119). Sum of RGB (Red+Green+Blue) = 18+255+119=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF77 is #ED0088. Grayscale: #A8A8A8. Windows color (decimal): -15532169 or 7864082. OLE color: 7864082.

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

Color convert

RGB18255119-
CMYK0.9300.530
HSL145.57º100%53.53%-
HSV(B)145.57º92.94%100%-
XYZ39.3472.9829.47-
YUV168.6399.9820.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.59%
GREEN value IS 255 (100% from 255) = 65.05%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=4.59%
G=65.05%
B=30.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551190.9300.530145.5710053.53
Hex12FF775D0350926436
Octal22377167135065022214466
Binary10010111111111110111101110101101010100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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