Html Css Color HEX #14E321 Free Speech Green

📋 copy color: '#14E321'

red 20 ◦ green 227 ◦ blue 33

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

Shades of Free Speech Green #14E321

Tints of Free Speech Green #14E321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 81.07%

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

R = 7.14%
G = 81.07%
B = 11.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#14E321 (or 0x14E321) is known color: Free Speech Green. HEX triplet: 14, E3 and 21. RGB value is (20,227,33). Sum of RGB (Red+Green+Blue) = 20+227+33=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #14E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E321 is #EB1CDE. Grayscale: #8F8F8F. Windows color (decimal): -15408351 or 2220820. OLE color: 2220820.

HSL color Cylindrical-coordinate representation of color #14E321: hue angle of 123.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E321 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 227 33 -
CMYK 0.91 0 0.85 0.11
HSL 123.77º 0.84% 0.48% -
HSV(B) 123.77º 0.91% 0.89% -
XYZ 28.03 55.2 10.62 -
YUV 142.99 65.92 40.27 -
System Red Green Blue C M Y K H S L
Decimal 20 227 33 0.91 0 0.85 0.11 123.77 0.84 0.48
Hex 14 E3 21 5B 0 55 B 7C 54 30
Octal 24 343 41 133 0 125 13 174 124 60
Binary 10100 11100011 100001 1011011 0 1010101 1011 1111100 1010100 110000

Color Harmonies of #14E321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E321

Black with #14E321

Text Example


Text Example

White with #14E321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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