Html Css Color HEX #12FA8E Medium Spring Green

📋 copy color: '#12FA8E'

red 18 ◦ green 250 ◦ blue 142

#12FA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #12FA8E

Tints of Medium Spring Green #12FA8E

RGB

 RED value IS 18 (7.42% from 255) = 4.39%

 GREEN value IS 250 (98.05% from 255) = 60.98%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 4.39%
G = 60.98%
B = 34.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#12FA8E (or 0x12FA8E) is known color: Medium Spring Green. HEX triplet: 12, FA and 8E. RGB value is (18,250,142). Sum of RGB (Red+Green+Blue) = 18+250+142=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FA8E is #ED0571. Grayscale: #A8A8A8. Windows color (decimal): -15533426 or 9370130. OLE color: 9370130.

HSL color Cylindrical-coordinate representation of color #12FA8E: hue angle of 152.07º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA8E is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 142 -
CMYK 0.93 0 0.43 0.02
HSL 152.07º 0.96% 0.53% -
HSV(B) 152.07º 0.93% 0.98% -
XYZ 39.32 70.45 37.12 -
YUV 168.32 113.14 20.78 -
System Red Green Blue C M Y K H S L
Decimal 18 250 142 0.93 0 0.43 0.02 152.07 0.96 0.53
Hex 12 FA 8E 5D 0 2B 2 98 60 35
Octal 22 372 216 135 0 53 2 230 140 65
Binary 10010 11111010 10001110 1011101 0 101011 10 10011000 1100000 110101

Color Harmonies of #12FA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA8E

Black with #12FA8E

Text Example


Text Example

White with #12FA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,142); }

 H1.HeaderClassName
 {
   color: #12FA8E;
 }
 .AnyTagClassName
 {
   color: #12FA8E;
 }
</style>

background-color css

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

 a { background-color: rgb(18,250,142); }

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

border-color css

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

 span { border-color: rgb(18,250,142); }

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