Html Css Color HEX #12F2AB Medium Spring Green

📋 copy color: '#12F2AB'

red 18 ◦ green 242 ◦ blue 171

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

Shades of Medium Spring Green #12F2AB

Tints of Medium Spring Green #12F2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.15%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 4.18%
G = 56.15%
B = 39.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#12F2AB (or 0x12F2AB) is known color: Medium Spring Green. HEX triplet: 12, F2 and AB. RGB value is (18,242,171). Sum of RGB (Red+Green+Blue) = 18+242+171=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F2AB is #ED0D54. Grayscale: #A6A6A6. Windows color (decimal): -15535445 or 11268626. OLE color: 11268626.

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

Color convert

RGB 18 242 171 -
CMYK 0.93 0 0.29 0.05
HSL 160.98º 0.9% 0.51% -
HSV(B) 160.98º 0.93% 0.95% -
XYZ 39.35 66.57 49.3 -
YUV 166.93 130.29 21.77 -
System Red Green Blue C M Y K H S L
Decimal 18 242 171 0.93 0 0.29 0.05 160.98 0.9 0.51
Hex 12 F2 AB 5D 0 1D 5 A1 5A 33
Octal 22 362 253 135 0 35 5 241 132 63
Binary 10010 11110010 10101011 1011101 0 11101 101 10100001 1011010 110011

Color Harmonies of #12F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2AB

Black with #12F2AB

Text Example


Text Example

White with #12F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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