Html Css Color HEX #12DD7E Spring Green

📋 copy color: '#12DD7E'

red 18 ◦ green 221 ◦ blue 126

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

Shades of Spring Green #12DD7E

Tints of Spring Green #12DD7E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 4.93%
G = 60.55%
B = 34.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#12DD7E (or 0x12DD7E) is known color: Spring Green. HEX triplet: 12, DD and 7E. RGB value is (18,221,126). Sum of RGB (Red+Green+Blue) = 18+221+126=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DD7E is #ED2281. Grayscale: #959595. Windows color (decimal): -15540866 or 8314130. OLE color: 8314130.

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

Color convert

RGB 18 221 126 -
CMYK 0.92 0 0.43 0.13
HSL 151.92º 0.85% 0.47% -
HSV(B) 151.92º 0.92% 0.87% -
XYZ 29.87 53.35 28.46 -
YUV 149.47 114.75 34.22 -
System Red Green Blue C M Y K H S L
Decimal 18 221 126 0.92 0 0.43 0.13 151.92 0.85 0.47
Hex 12 DD 7E 5C 0 2B D 98 55 2F
Octal 22 335 176 134 0 53 15 230 125 57
Binary 10010 11011101 1111110 1011100 0 101011 1101 10011000 1010101 101111

Color Harmonies of #12DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD7E

Black with #12DD7E

Text Example


Text Example

White with #12DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,126); }

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

background-color css

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

 a { background-color: rgb(18,221,126); }

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

border-color css

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

 span { border-color: rgb(18,221,126); }

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