Html Css Color HEX #12DD19 Free Speech Green

📋 copy color: '#12DD19'

red 18 ◦ green 221 ◦ blue 25

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

Shades of Free Speech Green #12DD19

Tints of Free Speech Green #12DD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 6.82%
G = 83.71%
B = 9.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#12DD19 (or 0x12DD19) is known color: Free Speech Green. HEX triplet: 12, DD and 19. RGB value is (18,221,25). Sum of RGB (Red+Green+Blue) = 18+221+25=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 221 (86.72% from 255 or 83.71% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DD19 is #ED22E6. Grayscale: #8A8A8A. Windows color (decimal): -15540967 or 1694994. OLE color: 1694994.

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

Color convert

RGB 18 221 25 -
CMYK 0.92 0 0.89 0.13
HSL 122.07º 0.85% 0.47% -
HSV(B) 122.07º 0.92% 0.87% -
XYZ 26.28 51.91 9.55 -
YUV 137.96 64.25 42.44 -
System Red Green Blue C M Y K H S L
Decimal 18 221 25 0.92 0 0.89 0.13 122.07 0.85 0.47
Hex 12 DD 19 5C 0 59 D 7A 55 2F
Octal 22 335 31 134 0 131 15 172 125 57
Binary 10010 11011101 11001 1011100 0 1011001 1101 1111010 1010101 101111

Color Harmonies of #12DD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD19

Black with #12DD19

Text Example


Text Example

White with #12DD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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