Html Css Color HEX #12DB20 Free Speech Green

📋 copy color: '#12DB20'

red 18 ◦ green 219 ◦ blue 32

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

Shades of Free Speech Green #12DB20

Tints of Free Speech Green #12DB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.41%

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

R = 6.69%
G = 81.41%
B = 11.9%

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

#12DB20 (or 0x12DB20) is known color: Free Speech Green. HEX triplet: 12, DB and 20. RGB value is (18,219,32). Sum of RGB (Red+Green+Blue) = 18+219+32=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB20 is #ED24DF. Grayscale: #8A8A8A. Windows color (decimal): -15541472 or 2153234. OLE color: 2153234.

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

Color convert

RGB 18 219 32 -
CMYK 0.92 0 0.85 0.14
HSL 124.18º 0.85% 0.46% -
HSV(B) 124.18º 0.92% 0.86% -
XYZ 25.84 50.9 9.83 -
YUV 137.58 68.41 42.71 -
System Red Green Blue C M Y K H S L
Decimal 18 219 32 0.92 0 0.85 0.14 124.18 0.85 0.46
Hex 12 DB 20 5C 0 55 E 7C 55 2E
Octal 22 333 40 134 0 125 16 174 125 56
Binary 10010 11011011 100000 1011100 0 1010101 1110 1111100 1010101 101110

Color Harmonies of #12DB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB20

Black with #12DB20

Text Example


Text Example

White with #12DB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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