Html Css Color HEX #12EE96 Medium Spring Green

📋 copy color: '#12EE96'

red 18 ◦ green 238 ◦ blue 150

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

Shades of Medium Spring Green #12EE96

Tints of Medium Spring Green #12EE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 58.62%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 4.43%
G = 58.62%
B = 36.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#12EE96 (or 0x12EE96) is known color: Medium Spring Green. HEX triplet: 12, EE and 96. RGB value is (18,238,150). Sum of RGB (Red+Green+Blue) = 18+238+150=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 238 (93.36% from 255 or 58.62% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EE96 is #ED1169. Grayscale: #A2A2A2. Windows color (decimal): -15536490 or 9891346. OLE color: 9891346.

HSL color Cylindrical-coordinate representation of color #12EE96: hue angle of 156º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE96 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 238 150 -
CMYK 0.92 0 0.37 0.07
HSL 156º 0.87% 0.5% -
HSV(B) 156º 0.92% 0.93% -
XYZ 36.33 63.48 39.19 -
YUV 162.19 121.11 25.16 -
System Red Green Blue C M Y K H S L
Decimal 18 238 150 0.92 0 0.37 0.07 156 0.87 0.5
Hex 12 EE 96 5C 0 25 7 9C 57 32
Octal 22 356 226 134 0 45 7 234 127 62
Binary 10010 11101110 10010110 1011100 0 100101 111 10011100 1010111 110010

Color Harmonies of #12EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EE96

Black with #12EE96

Text Example


Text Example

White with #12EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,238,150); }

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

background-color css

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

 a { background-color: rgb(18,238,150); }

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

border-color css

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

 span { border-color: rgb(18,238,150); }

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