Html Css Color HEX #12DD7A Spring Green

📋 copy color: '#12DD7A'

red 18 ◦ green 221 ◦ blue 122

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

Shades of Spring Green #12DD7A

Tints of Spring Green #12DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 4.99%
G = 61.22%
B = 33.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#12DD7A (or 0x12DD7A) is known color: Spring Green. HEX triplet: 12, DD and 7A. RGB value is (18,221,122). Sum of RGB (Red+Green+Blue) = 18+221+122=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DD7A is #ED2285. Grayscale: #959595. Windows color (decimal): -15540870 or 8051986. OLE color: 8051986.

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

Color convert

RGB 18 221 122 -
CMYK 0.92 0 0.45 0.13
HSL 150.74º 0.85% 0.47% -
HSV(B) 150.74º 0.92% 0.87% -
XYZ 29.62 53.25 27.13 -
YUV 149.02 112.75 34.55 -
System Red Green Blue C M Y K H S L
Decimal 18 221 122 0.92 0 0.45 0.13 150.74 0.85 0.47
Hex 12 DD 7A 5C 0 2D D 97 55 2F
Octal 22 335 172 134 0 55 15 227 125 57
Binary 10010 11011101 1111010 1011100 0 101101 1101 10010111 1010101 101111

Color Harmonies of #12DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD7A

Black with #12DD7A

Text Example


Text Example

White with #12DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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