Html Css Color HEX #14F421 Free Speech Green

📋 copy color: '#14F421'

red 20 ◦ green 244 ◦ blue 33

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

Shades of Free Speech Green #14F421

Tints of Free Speech Green #14F421

RGB

 RED value IS 20 (8.2% from 255) = 6.73%

 GREEN value IS 244 (95.7% from 255) = 82.15%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 6.73%
G = 82.15%
B = 11.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#14F421 (or 0x14F421) is known color: Free Speech Green. HEX triplet: 14, F4 and 21. RGB value is (20,244,33). Sum of RGB (Red+Green+Blue) = 20+244+33=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 244 (95.70% from 255 or 82.15% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 244 - color contains mainly: green. Hex color #14F421 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F421 is #EB0BDE. Grayscale: #999999. Windows color (decimal): -15403999 or 2225172. OLE color: 2225172.

HSL color Cylindrical-coordinate representation of color #14F421: hue angle of 123.48º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F421 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 244 33 -
CMYK 0.92 0 0.86 0.04
HSL 123.48º 0.91% 0.52% -
HSV(B) 123.48º 0.92% 0.96% -
XYZ 32.91 64.96 12.24 -
YUV 152.97 60.29 33.16 -
System Red Green Blue C M Y K H S L
Decimal 20 244 33 0.92 0 0.86 0.04 123.48 0.91 0.52
Hex 14 F4 21 5C 0 56 4 7B 5B 34
Octal 24 364 41 134 0 126 4 173 133 64
Binary 10100 11110100 100001 1011100 0 1010110 100 1111011 1011011 110100

Color Harmonies of #14F421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F421

Black with #14F421

Text Example


Text Example

White with #14F421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F421; }

 p { color: rgb(20,244,33); }

 H1.HeaderClassName
 {
   color: #14F421;
 }
 .AnyTagClassName
 {
   color: #14F421;
 }
</style>

background-color css

<style>
 a { background-color: #14F421; }

 a { background-color: rgb(20,244,33); }

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

border-color css

<style>
 span { border-color: #14F421; }

 span { border-color: rgb(20,244,33); }

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