Html Css Color HEX #12FEA0 Medium Spring Green

📋 copy color: '#12FEA0'

red 18 ◦ green 254 ◦ blue 160

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

Shades of Medium Spring Green #12FEA0

Tints of Medium Spring Green #12FEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.8%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 4.17%
G = 58.8%
B = 37.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#12FEA0 (or 0x12FEA0) is known color: Medium Spring Green. HEX triplet: 12, FE and A0. RGB value is (18,254,160). Sum of RGB (Red+Green+Blue) = 18+254+160=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FEA0 is #ED015F. Grayscale: #ACACAC. Windows color (decimal): -15532384 or 10550802. OLE color: 10550802.

HSL color Cylindrical-coordinate representation of color #12FEA0: hue angle of 156.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEA0 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 254 160 -
CMYK 0.93 0 0.37 0.00
HSL 156.1º 0.99% 0.53% -
HSV(B) 156.1º 0.93% 1% -
XYZ 42.04 73.55 45.24 -
YUV 172.72 120.81 17.64 -
System Red Green Blue C M Y K H S L
Decimal 18 254 160 0.93 0 0.37 0.00 156.1 0.99 0.53
Hex 12 FE A0 5D 0 25 0 9C 63 35
Octal 22 376 240 135 0 45 0 234 143 65
Binary 10010 11111110 10100000 1011101 0 100101 0 10011100 1100011 110101

Color Harmonies of #12FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FEA0

Black with #12FEA0

Text Example


Text Example

White with #12FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,160); }

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

background-color css

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

 a { background-color: rgb(18,254,160); }

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

border-color css

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

 span { border-color: rgb(18,254,160); }

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