Html Css Color HEX #14E528 Free Speech Green

📋 copy color: '#14E528'

red 20 ◦ green 229 ◦ blue 40

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

Shades of Free Speech Green #14E528

Tints of Free Speech Green #14E528

RGB

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

 GREEN value IS 229 (89.84% from 255) = 79.24%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 6.92%
G = 79.24%
B = 13.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#14E528 (or 0x14E528) is known color: Free Speech Green. HEX triplet: 14, E5 and 28. RGB value is (20,229,40). Sum of RGB (Red+Green+Blue) = 20+229+40=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #14E528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E528 is #EB1AD7. Grayscale: #919191. Windows color (decimal): -15407832 or 2680084. OLE color: 2680084.

HSL color Cylindrical-coordinate representation of color #14E528: hue angle of 125.74º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E528 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 229 40 -
CMYK 0.91 0 0.83 0.10
HSL 125.74º 0.84% 0.49% -
HSV(B) 125.74º 0.91% 0.9% -
XYZ 28.69 56.34 11.37 -
YUV 144.96 68.76 38.87 -
System Red Green Blue C M Y K H S L
Decimal 20 229 40 0.91 0 0.83 0.10 125.74 0.84 0.49
Hex 14 E5 28 5B 0 53 A 7E 54 31
Octal 24 345 50 133 0 123 12 176 124 61
Binary 10100 11100101 101000 1011011 0 1010011 1010 1111110 1010100 110001

Color Harmonies of #14E528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E528

Black with #14E528

Text Example


Text Example

White with #14E528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,229,40); }

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

background-color css

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

 a { background-color: rgb(20,229,40); }

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

border-color css

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

 span { border-color: rgb(20,229,40); }

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