#12F37B

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

Shades of Spring Green #12F37B

Tints of Spring Green #12F37B

Color information

#12F37B (or 0x12F37B) is unknown color: approx Spring Green. HEX triplet: 12, F3 and 7B. RGB value is (18,243,123). Sum of RGB (Red+Green+Blue) = 18+243+123=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 243 (95.31% from 255 or 63.28% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 243 - color contains mainly: green. Hex color #12F37B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F37B is #ED0C84. Grayscale: #A2A2A2. Windows color (decimal): -15535237 or 8123154. OLE color: 8123154.

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

Color convert

RGB18243123-
CMYK0.9300.490.05
HSL148º90.36%51.18%-
HSV(B)148º92.59%95.29%-
XYZ35.8865.6629.52-
YUV162.04105.9625.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 243 (95.31% from 255) = 63.28%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=4.69%
G=63.28%
B=32.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182431230.9300.490.0514890.3651.18
Hex12F37B5D0315945a33
Octal22363173135061522413263
Binary1001011110011111101110111010110001101100101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,243,123); }

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

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

 a { background-color: rgb(18,243,123); }

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

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

 span { border-color: rgb(18,243,123); }

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