Html Css Color HEX #12DF20 Free Speech Green

📋 copy color: '#12DF20'

red 18 ◦ green 223 ◦ blue 32

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

Shades of Free Speech Green #12DF20

Tints of Free Speech Green #12DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.68%

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

R = 6.59%
G = 81.68%
B = 11.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#12DF20 (or 0x12DF20) is known color: Free Speech Green. HEX triplet: 12, DF and 20. RGB value is (18,223,32). Sum of RGB (Red+Green+Blue) = 18+223+32=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF20 is #ED20DF. Grayscale: #8C8C8C. Windows color (decimal): -15540448 or 2154258. OLE color: 2154258.

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

Color convert

RGB 18 223 32 -
CMYK 0.92 0 0.86 0.13
HSL 124.1º 0.85% 0.47% -
HSV(B) 124.1º 0.92% 0.87% -
XYZ 26.9 53.01 10.18 -
YUV 139.93 67.08 41.03 -
System Red Green Blue C M Y K H S L
Decimal 18 223 32 0.92 0 0.86 0.13 124.1 0.85 0.47
Hex 12 DF 20 5C 0 56 D 7C 55 2F
Octal 22 337 40 134 0 126 15 174 125 57
Binary 10010 11011111 100000 1011100 0 1010110 1101 1111100 1010101 101111

Color Harmonies of #12DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF20

Black with #12DF20

Text Example


Text Example

White with #12DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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