Html Css Color HEX #12FCA0 Medium Spring Green

📋 copy color: '#12FCA0'

red 18 ◦ green 252 ◦ blue 160

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

Shades of Medium Spring Green #12FCA0

Tints of Medium Spring Green #12FCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.6%

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

R = 4.19%
G = 58.6%
B = 37.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#12FCA0 (or 0x12FCA0) is known color: Medium Spring Green. HEX triplet: 12, FC and A0. RGB value is (18,252,160). Sum of RGB (Red+Green+Blue) = 18+252+160=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FCA0 is #ED035F. Grayscale: #ABABAB. Windows color (decimal): -15532896 or 10550290. OLE color: 10550290.

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

Color convert

RGB 18 252 160 -
CMYK 0.93 0 0.37 0.01
HSL 156.41º 0.98% 0.53% -
HSV(B) 156.41º 0.93% 0.99% -
XYZ 41.41 72.29 45.03 -
YUV 171.55 121.48 18.48 -
System Red Green Blue C M Y K H S L
Decimal 18 252 160 0.93 0 0.37 0.01 156.41 0.98 0.53
Hex 12 FC A0 5D 0 25 1 9C 62 35
Octal 22 374 240 135 0 45 1 234 142 65
Binary 10010 11111100 10100000 1011101 0 100101 1 10011100 1100010 110101

Color Harmonies of #12FCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCA0

Black with #12FCA0

Text Example


Text Example

White with #12FCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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