Html Css Color HEX #14E015 Free Speech Green

📋 copy color: '#14E015'

red 20 ◦ green 224 ◦ blue 21

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

Shades of Free Speech Green #14E015

Tints of Free Speech Green #14E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 84.53%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 7.55%
G = 84.53%
B = 7.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#14E015 (or 0x14E015) is known color: Free Speech Green. HEX triplet: 14, E0 and 15. RGB value is (20,224,21). Sum of RGB (Red+Green+Blue) = 20+224+21=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 224 (87.89% from 255 or 84.53% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 224 - color contains mainly: green. Hex color #14E015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E015 is #EB1FEA. Grayscale: #8C8C8C. Windows color (decimal): -15409131 or 1433620. OLE color: 1433620.

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

Color convert

RGB 20 224 21 -
CMYK 0.91 0 0.91 0.12
HSL 120.29º 0.84% 0.48% -
HSV(B) 120.29º 0.91% 0.88% -
XYZ 27.08 53.51 9.61 -
YUV 139.86 60.91 42.51 -
System Red Green Blue C M Y K H S L
Decimal 20 224 21 0.91 0 0.91 0.12 120.29 0.84 0.48
Hex 14 E0 15 5B 0 5B C 78 54 30
Octal 24 340 25 133 0 133 14 170 124 60
Binary 10100 11100000 10101 1011011 0 1011011 1100 1111000 1010100 110000

Color Harmonies of #14E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E015

Black with #14E015

Text Example


Text Example

White with #14E015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,21); }

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

background-color css

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

 a { background-color: rgb(20,224,21); }

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

border-color css

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

 span { border-color: rgb(20,224,21); }

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