Html Css Color HEX #12FAA0 Medium Spring Green

📋 copy color: '#12FAA0'

red 18 ◦ green 250 ◦ blue 160

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

Shades of Medium Spring Green #12FAA0

Tints of Medium Spring Green #12FAA0

RGB

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

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

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

R = 4.21%
G = 58.41%
B = 37.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#12FAA0 (or 0x12FAA0) is known color: Medium Spring Green. HEX triplet: 12, FA and A0. RGB value is (18,250,160). Sum of RGB (Red+Green+Blue) = 18+250+160=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAA0 is #ED055F. Grayscale: #AAAAAA. Windows color (decimal): -15533408 or 10549778. OLE color: 10549778.

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

Color convert

RGB 18 250 160 -
CMYK 0.93 0 0.36 0.02
HSL 156.72º 0.96% 0.53% -
HSV(B) 156.72º 0.93% 0.98% -
XYZ 40.78 71.04 44.82 -
YUV 170.37 122.14 19.32 -
System Red Green Blue C M Y K H S L
Decimal 18 250 160 0.93 0 0.36 0.02 156.72 0.96 0.53
Hex 12 FA A0 5D 0 24 2 9D 60 35
Octal 22 372 240 135 0 44 2 235 140 65
Binary 10010 11111010 10100000 1011101 0 100100 10 10011101 1100000 110101

Color Harmonies of #12FAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAA0

Black with #12FAA0

Text Example


Text Example

White with #12FAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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