Html Css Color HEX #12E37D Spring Green

📋 copy color: '#12E37D'

red 18 ◦ green 227 ◦ blue 125

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

Shades of Spring Green #12E37D

Tints of Spring Green #12E37D

RGB

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

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

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

R = 4.86%
G = 61.35%
B = 33.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#12E37D (or 0x12E37D) is known color: Spring Green. HEX triplet: 12, E3 and 7D. RGB value is (18,227,125). Sum of RGB (Red+Green+Blue) = 18+227+125=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #12E37D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E37D is #ED1C82. Grayscale: #999999. Windows color (decimal): -15539331 or 8250130. OLE color: 8250130.

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

Color convert

RGB 18 227 125 -
CMYK 0.92 0 0.45 0.11
HSL 150.72º 0.85% 0.48% -
HSV(B) 150.72º 0.92% 0.89% -
XYZ 31.42 56.55 28.66 -
YUV 152.88 112.26 31.79 -
System Red Green Blue C M Y K H S L
Decimal 18 227 125 0.92 0 0.45 0.11 150.72 0.85 0.48
Hex 12 E3 7D 5C 0 2D B 97 55 30
Octal 22 343 175 134 0 55 13 227 125 60
Binary 10010 11100011 1111101 1011100 0 101101 1011 10010111 1010101 110000

Color Harmonies of #12E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E37D

Black with #12E37D

Text Example


Text Example

White with #12E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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