#14fd28

Color #14FD28 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #14FD28

Tints of Free Speech Green #14FD28

Color information

#14FD28 (or 0x14FD28) is unknown color: approx Free Speech Green. HEX triplet: 14, FD and 28. RGB value is (20,253,40). Sum of RGB (Red+Green+Blue) = 20+253+40=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 253 (99.22% from 255 or 80.83% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 253 - color contains mainly: green. Hex color #14FD28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FD28 is #EB02D7. Grayscale: #9F9F9F. Windows color (decimal): -15401688 or 2686228. OLE color: 2686228.

HSL color Cylindrical-coordinate representation of color #14FD28: hue angle of 125.15º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FD28 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB2025340-
CMYK0.9200.840.01
HSL125.15º98.31%53.53%-
HSV(B)125.15º92.09%99.22%-
XYZ35.870.5513.74-
YUV159.0560.8128.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 253 (99.22% from 255) = 80.83%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=6.39%
G=80.83%
B=12.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20253400.9200.840.01125.1598.3153.53
Hex14FD285C05417d6236
Octal24375501340124117514266
Binary1010011111101101000101110001010100111111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14fd28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14fd28;
 }
 .AnyTagClassName
 {
   color: #14fd28;
 }
</style>
background-color css

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

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

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

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

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

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