Html Css Color HEX #12E776 Spring Green

📋 copy color: '#12E776'

red 18 ◦ green 231 ◦ blue 118

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

Shades of Spring Green #12E776

Tints of Spring Green #12E776

RGB

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

 GREEN value IS 231 (90.63% from 255) = 62.94%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 4.9%
G = 62.94%
B = 32.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#12E776 (or 0x12E776) is known color: Spring Green. HEX triplet: 12, E7 and 76. RGB value is (18,231,118). Sum of RGB (Red+Green+Blue) = 18+231+118=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 231 (90.62% from 255 or 62.94% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 231 - color contains mainly: green. Hex color #12E776 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E776 is #ED1889. Grayscale: #9A9A9A. Windows color (decimal): -15538314 or 7792402. OLE color: 7792402.

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

Color convert

RGB 18 231 118 -
CMYK 0.92 0 0.49 0.09
HSL 148.17º 0.86% 0.49% -
HSV(B) 148.17º 0.92% 0.91% -
XYZ 32.1 58.59 26.76 -
YUV 154.43 107.43 30.69 -
System Red Green Blue C M Y K H S L
Decimal 18 231 118 0.92 0 0.49 0.09 148.17 0.86 0.49
Hex 12 E7 76 5C 0 31 9 94 56 31
Octal 22 347 166 134 0 61 11 224 126 61
Binary 10010 11100111 1110110 1011100 0 110001 1001 10010100 1010110 110001

Color Harmonies of #12E776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E776

Black with #12E776

Text Example


Text Example

White with #12E776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,231,118); }

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

background-color css

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

 a { background-color: rgb(18,231,118); }

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

border-color css

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

 span { border-color: rgb(18,231,118); }

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