Html Css Color HEX #12DC20 Free Speech Green

📋 copy color: '#12DC20'

red 18 ◦ green 220 ◦ blue 32

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

Shades of Free Speech Green #12DC20

Tints of Free Speech Green #12DC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 6.67%
G = 81.48%
B = 11.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#12DC20 (or 0x12DC20) is known color: Free Speech Green. HEX triplet: 12, DC and 20. RGB value is (18,220,32). Sum of RGB (Red+Green+Blue) = 18+220+32=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC20 is #ED23DF. Grayscale: #8A8A8A. Windows color (decimal): -15541216 or 2153490. OLE color: 2153490.

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

Color convert

RGB 18 220 32 -
CMYK 0.92 0 0.85 0.14
HSL 124.16º 0.85% 0.47% -
HSV(B) 124.16º 0.92% 0.86% -
XYZ 26.1 51.42 9.92 -
YUV 138.17 68.08 42.29 -
System Red Green Blue C M Y K H S L
Decimal 18 220 32 0.92 0 0.85 0.14 124.16 0.85 0.47
Hex 12 DC 20 5C 0 55 E 7C 55 2F
Octal 22 334 40 134 0 125 16 174 125 57
Binary 10010 11011100 100000 1011100 0 1010101 1110 1111100 1010101 101111

Color Harmonies of #12DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC20

Black with #12DC20

Text Example


Text Example

White with #12DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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