Html Css Color HEX #12DC00 Free Speech Green

📋 copy color: '#12DC00'

red 18 ◦ green 220 ◦ blue 0

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

Shades of Free Speech Green #12DC00

Tints of Free Speech Green #12DC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.56%
G = 92.44%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#12DC00 (or 0x12DC00) is known color: Free Speech Green. HEX triplet: 12, DC and 00. RGB value is (18,220,0). Sum of RGB (Red+Green+Blue) = 18+220+0=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 220 (86.33% from 255 or 92.44% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DC00 is #ED23FF. Grayscale: #878787. Windows color (decimal): -15541248 or 56338. OLE color: 56338.

HSL color Cylindrical-coordinate representation of color #12DC00: hue angle of 115.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12DC00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 0 -
CMYK 0.92 0 1 0.14
HSL 115.09º 1% 0.43% -
HSV(B) 115.09º 1% 0.86% -
XYZ 25.84 51.32 8.54 -
YUV 134.52 52.08 44.89 -
System Red Green Blue C M Y K H S L
Decimal 18 220 0 0.92 0 1 0.14 115.09 1 0.43
Hex 12 DC 0 5C 0 64 E 73 64 2B
Octal 22 334 0 134 0 144 16 163 144 53
Binary 10010 11011100 0 1011100 0 1100100 1110 1110011 1100100 101011

Color Harmonies of #12DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC00

Black with #12DC00

Text Example


Text Example

White with #12DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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