#12F292

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

Shades of Medium Spring Green #12F292

Tints of Medium Spring Green #12F292

Color information

#12F292 (or 0x12F292) is unknown color: approx Medium Spring Green. HEX triplet: 12, F2 and 92. RGB value is (18,242,146). Sum of RGB (Red+Green+Blue) = 18+242+146=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #12F292 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F292 is #ED0D6D. Grayscale: #A4A4A4. Windows color (decimal): -15535470 or 9630226. OLE color: 9630226.

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

Color convert

RGB18242146-
CMYK0.9300.400.05
HSL154.29º89.6%50.98%-
HSV(B)154.29º92.56%94.9%-
XYZ37.1965.7137.92-
YUV164.08117.7923.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.43%
GREEN value IS 242 (94.92% from 255) = 59.61%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=4.43%
G=59.61%
B=35.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182421460.9300.400.05154.2989.650.98
Hex12F2925D02859a5a33
Octal22362222135050523213263
Binary10010111100101001001010111010101000101100110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,242,146); }

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

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

 a { background-color: rgb(18,242,146); }

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

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

 span { border-color: rgb(18,242,146); }

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