Html Css Color HEX #12E395 Medium Spring Green

📋 copy color: '#12E395'

red 18 ◦ green 227 ◦ blue 149

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

Shades of Medium Spring Green #12E395

Tints of Medium Spring Green #12E395

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.61%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 4.57%
G = 57.61%
B = 37.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#12E395 (or 0x12E395) is known color: Medium Spring Green. HEX triplet: 12, E3 and 95. RGB value is (18,227,149). Sum of RGB (Red+Green+Blue) = 18+227+149=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #12E395 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E395 is #ED1C6A. Grayscale: #9B9B9B. Windows color (decimal): -15539307 or 9822994. OLE color: 9822994.

HSL color Cylindrical-coordinate representation of color #12E395: hue angle of 157.61º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E395 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 227 149 -
CMYK 0.92 0 0.34 0.11
HSL 157.61º 0.85% 0.48% -
HSV(B) 157.61º 0.92% 0.89% -
XYZ 33.14 57.24 37.73 -
YUV 155.62 124.26 29.84 -
System Red Green Blue C M Y K H S L
Decimal 18 227 149 0.92 0 0.34 0.11 157.61 0.85 0.48
Hex 12 E3 95 5C 0 22 B 9E 55 30
Octal 22 343 225 134 0 42 13 236 125 60
Binary 10010 11100011 10010101 1011100 0 100010 1011 10011110 1010101 110000

Color Harmonies of #12E395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E395

Black with #12E395

Text Example


Text Example

White with #12E395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,149); }

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

background-color css

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

 a { background-color: rgb(18,227,149); }

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

border-color css

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

 span { border-color: rgb(18,227,149); }

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