Html Css Color HEX #12EA7D Spring Green

📋 copy color: '#12EA7D'

red 18 ◦ green 234 ◦ blue 125

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

Shades of Spring Green #12EA7D

Tints of Spring Green #12EA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.07%

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

R = 4.77%
G = 62.07%
B = 33.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#12EA7D (or 0x12EA7D) is known color: Spring Green. HEX triplet: 12, EA and 7D. RGB value is (18,234,125). Sum of RGB (Red+Green+Blue) = 18+234+125=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EA7D is #ED1582. Grayscale: #9D9D9D. Windows color (decimal): -15537539 or 8251922. OLE color: 8251922.

HSL color Cylindrical-coordinate representation of color #12EA7D: hue angle of 149.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA7D is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 234 125 -
CMYK 0.92 0 0.47 0.08
HSL 149.72º 0.86% 0.49% -
HSV(B) 149.72º 0.92% 0.92% -
XYZ 33.37 60.45 29.31 -
YUV 156.99 109.94 28.86 -
System Red Green Blue C M Y K H S L
Decimal 18 234 125 0.92 0 0.47 0.08 149.72 0.86 0.49
Hex 12 EA 7D 5C 0 2F 8 96 56 31
Octal 22 352 175 134 0 57 10 226 126 61
Binary 10010 11101010 1111101 1011100 0 101111 1000 10010110 1010110 110001

Color Harmonies of #12EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EA7D

Black with #12EA7D

Text Example


Text Example

White with #12EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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