Html Css Color HEX #12E686 Spring Green

📋 copy color: '#12E686'

red 18 ◦ green 230 ◦ blue 134

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

Shades of Spring Green #12E686

Tints of Spring Green #12E686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.21%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 4.71%
G = 60.21%
B = 35.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#12E686 (or 0x12E686) is known color: Spring Green. HEX triplet: 12, E6 and 86. RGB value is (18,230,134). Sum of RGB (Red+Green+Blue) = 18+230+134=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #12E686 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12E686 is #ED1979. Grayscale: #9B9B9B. Windows color (decimal): -15538554 or 8840722. OLE color: 8840722.

HSL color Cylindrical-coordinate representation of color #12E686: hue angle of 152.83º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E686 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 230 134 -
CMYK 0.92 0 0.42 0.10
HSL 152.83º 0.85% 0.49% -
HSV(B) 152.83º 0.92% 0.9% -
XYZ 32.85 58.44 32.1 -
YUV 155.67 115.76 29.81 -
System Red Green Blue C M Y K H S L
Decimal 18 230 134 0.92 0 0.42 0.10 152.83 0.85 0.49
Hex 12 E6 86 5C 0 2A A 99 55 31
Octal 22 346 206 134 0 52 12 231 125 61
Binary 10010 11100110 10000110 1011100 0 101010 1010 10011001 1010101 110001

Color Harmonies of #12E686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E686

Black with #12E686

Text Example


Text Example

White with #12E686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,230,134); }

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

background-color css

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

 a { background-color: rgb(18,230,134); }

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

border-color css

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

 span { border-color: rgb(18,230,134); }

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