Html Css Color HEX #12DC7F Spring Green

📋 copy color: '#12DC7F'

red 18 ◦ green 220 ◦ blue 127

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

Shades of Spring Green #12DC7F

Tints of Spring Green #12DC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.27%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 4.93%
G = 60.27%
B = 34.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#12DC7F (or 0x12DC7F) is known color: Spring Green. HEX triplet: 12, DC and 7F. RGB value is (18,220,127). Sum of RGB (Red+Green+Blue) = 18+220+127=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC7F is #ED2380. Grayscale: #959595. Windows color (decimal): -15541121 or 8379410. OLE color: 8379410.

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

Color convert

RGB 18 220 127 -
CMYK 0.92 0 0.42 0.14
HSL 152.38º 0.85% 0.47% -
HSV(B) 152.38º 0.92% 0.86% -
XYZ 29.67 52.85 28.72 -
YUV 149 115.58 34.56 -
System Red Green Blue C M Y K H S L
Decimal 18 220 127 0.92 0 0.42 0.14 152.38 0.85 0.47
Hex 12 DC 7F 5C 0 2A E 98 55 2F
Octal 22 334 177 134 0 52 16 230 125 57
Binary 10010 11011100 1111111 1011100 0 101010 1110 10011000 1010101 101111

Color Harmonies of #12DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC7F

Black with #12DC7F

Text Example


Text Example

White with #12DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,127); }

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

background-color css

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

 a { background-color: rgb(18,220,127); }

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

border-color css

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

 span { border-color: rgb(18,220,127); }

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