Html Css Color HEX #12E386 Spring Green

📋 copy color: '#12E386'

red 18 ◦ green 227 ◦ blue 134

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

Shades of Spring Green #12E386

Tints of Spring Green #12E386

RGB

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

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

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

R = 4.75%
G = 59.89%
B = 35.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#12E386 (or 0x12E386) is known color: Spring Green. HEX triplet: 12, E3 and 86. RGB value is (18,227,134). Sum of RGB (Red+Green+Blue) = 18+227+134=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #12E386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E386 is #ED1C79. Grayscale: #9A9A9A. Windows color (decimal): -15539322 or 8839954. OLE color: 8839954.

HSL color Cylindrical-coordinate representation of color #12E386: hue angle of 153.3º 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 #12E386 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 227 134 -
CMYK 0.92 0 0.41 0.11
HSL 153.3º 0.85% 0.48% -
HSV(B) 153.3º 0.92% 0.89% -
XYZ 32.02 56.79 31.83 -
YUV 153.91 116.76 31.06 -
System Red Green Blue C M Y K H S L
Decimal 18 227 134 0.92 0 0.41 0.11 153.3 0.85 0.48
Hex 12 E3 86 5C 0 29 B 99 55 30
Octal 22 343 206 134 0 51 13 231 125 60
Binary 10010 11100011 10000110 1011100 0 101001 1011 10011001 1010101 110000

Color Harmonies of #12E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E386

Black with #12E386

Text Example


Text Example

White with #12E386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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