Html Css Color HEX #12EC7D Spring Green

📋 copy color: '#12EC7D'

red 18 ◦ green 236 ◦ blue 125

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

Shades of Spring Green #12EC7D

Tints of Spring Green #12EC7D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.27%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 4.75%
G = 62.27%
B = 32.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#12EC7D (or 0x12EC7D) is known color: Spring Green. HEX triplet: 12, EC and 7D. RGB value is (18,236,125). Sum of RGB (Red+Green+Blue) = 18+236+125=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC7D is #ED1382. Grayscale: #9E9E9E. Windows color (decimal): -15537027 or 8252434. OLE color: 8252434.

HSL color Cylindrical-coordinate representation of color #12EC7D: hue angle of 149.45º degrees, saturation: 0.86, 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 #12EC7D is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 236 125 -
CMYK 0.92 0 0.47 0.07
HSL 149.45º 0.86% 0.5% -
HSV(B) 149.45º 0.92% 0.93% -
XYZ 33.95 61.6 29.5 -
YUV 158.16 109.28 28.03 -
System Red Green Blue C M Y K H S L
Decimal 18 236 125 0.92 0 0.47 0.07 149.45 0.86 0.5
Hex 12 EC 7D 5C 0 2F 7 95 56 32
Octal 22 354 175 134 0 57 7 225 126 62
Binary 10010 11101100 1111101 1011100 0 101111 111 10010101 1010110 110010

Color Harmonies of #12EC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EC7D

Black with #12EC7D

Text Example


Text Example

White with #12EC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,236,125); }

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

background-color css

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

 a { background-color: rgb(18,236,125); }

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

border-color css

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

 span { border-color: rgb(18,236,125); }

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