Html Css Color HEX #12F8AA Medium Spring Green

📋 copy color: '#12F8AA'

red 18 ◦ green 248 ◦ blue 170

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

Shades of Medium Spring Green #12F8AA

Tints of Medium Spring Green #12F8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.88%

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

R = 4.13%
G = 56.88%
B = 38.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#12F8AA (or 0x12F8AA) is known color: Medium Spring Green. HEX triplet: 12, F8 and AA. RGB value is (18,248,170). Sum of RGB (Red+Green+Blue) = 18+248+170=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F8AA is #ED0755. Grayscale: #AAAAAA. Windows color (decimal): -15533910 or 11204626. OLE color: 11204626.

HSL color Cylindrical-coordinate representation of color #12F8AA: hue angle of 159.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8AA is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 248 170 -
CMYK 0.93 0 0.31 0.03
HSL 159.65º 0.94% 0.52% -
HSV(B) 159.65º 0.93% 0.97% -
XYZ 41.07 70.17 49.41 -
YUV 170.34 127.8 19.34 -
System Red Green Blue C M Y K H S L
Decimal 18 248 170 0.93 0 0.31 0.03 159.65 0.94 0.52
Hex 12 F8 AA 5D 0 1F 3 A0 5E 34
Octal 22 370 252 135 0 37 3 240 136 64
Binary 10010 11111000 10101010 1011101 0 11111 11 10100000 1011110 110100

Color Harmonies of #12F8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F8AA

Black with #12F8AA

Text Example


Text Example

White with #12F8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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