Html Css Color HEX #12FAAA Medium Spring Green

📋 copy color: '#12FAAA'

red 18 ◦ green 250 ◦ blue 170

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

Shades of Medium Spring Green #12FAAA

Tints of Medium Spring Green #12FAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 4.11%
G = 57.08%
B = 38.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#12FAAA (or 0x12FAAA) is known color: Medium Spring Green. HEX triplet: 12, FA and AA. RGB value is (18,250,170). Sum of RGB (Red+Green+Blue) = 18+250+170=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAAA is #ED0555. Grayscale: #ABABAB. Windows color (decimal): -15533398 or 11205138. OLE color: 11205138.

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

Color convert

RGB 18 250 170 -
CMYK 0.93 0 0.32 0.02
HSL 159.31º 0.96% 0.53% -
HSV(B) 159.31º 0.93% 0.98% -
XYZ 41.69 71.4 49.61 -
YUV 171.51 127.14 18.5 -
System Red Green Blue C M Y K H S L
Decimal 18 250 170 0.93 0 0.32 0.02 159.31 0.96 0.53
Hex 12 FA AA 5D 0 20 2 9F 60 35
Octal 22 372 252 135 0 40 2 237 140 65
Binary 10010 11111010 10101010 1011101 0 100000 10 10011111 1100000 110101

Color Harmonies of #12FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAAA

Black with #12FAAA

Text Example


Text Example

White with #12FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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