Html Css Color HEX #14E221 Free Speech Green

📋 copy color: '#14E221'

red 20 ◦ green 226 ◦ blue 33

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

Shades of Free Speech Green #14E221

Tints of Free Speech Green #14E221

RGB

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

 GREEN value IS 226 (88.67% from 255) = 81%

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

R = 7.17%
G = 81%
B = 11.83%

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

#14E221 (or 0x14E221) is known color: Free Speech Green. HEX triplet: 14, E2 and 21. RGB value is (20,226,33). Sum of RGB (Red+Green+Blue) = 20+226+33=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 226 (88.67% from 255 or 81.00% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 226 - color contains mainly: green. Hex color #14E221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E221 is #EB1DDE. Grayscale: #8E8E8E. Windows color (decimal): -15408607 or 2220564. OLE color: 2220564.

HSL color Cylindrical-coordinate representation of color #14E221: hue angle of 123.79º 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 #14E221 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 226 33 -
CMYK 0.91 0 0.85 0.11
HSL 123.79º 0.84% 0.48% -
HSV(B) 123.79º 0.91% 0.89% -
XYZ 27.76 54.65 10.52 -
YUV 142.4 66.25 40.69 -
System Red Green Blue C M Y K H S L
Decimal 20 226 33 0.91 0 0.85 0.11 123.79 0.84 0.48
Hex 14 E2 21 5B 0 55 B 7C 54 30
Octal 24 342 41 133 0 125 13 174 124 60
Binary 10100 11100010 100001 1011011 0 1010101 1011 1111100 1010100 110000

Color Harmonies of #14E221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E221

Black with #14E221

Text Example


Text Example

White with #14E221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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