#14F628

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

Shades of Free Speech Green #14F628

Tints of Free Speech Green #14F628

Color information

#14F628 (or 0x14F628) is unknown color: approx Free Speech Green. HEX triplet: 14, F6 and 28. RGB value is (20,246,40). Sum of RGB (Red+Green+Blue) = 20+246+40=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 246 (96.48% from 255 or 80.39% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 246 - color contains mainly: green. Hex color #14F628 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F628 is #EB09D7. Grayscale: #9B9B9B. Windows color (decimal): -15403480 or 2684436. OLE color: 2684436.

HSL color Cylindrical-coordinate representation of color #14F628: hue angle of 125.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F628 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB2024640-
CMYK0.9200.840.04
HSL125.31º92.62%52.16%-
HSV(B)125.31º91.87%96.47%-
XYZ33.6366.2113.02-
YUV154.9463.1331.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 246 (96.48% from 255) = 80.39%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=6.54%
G=80.39%
B=13.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20246400.9200.840.04125.3192.6252.16
Hex14F6285C05447d5d34
Octal24366501340124417513564
Binary101001111011010100010111000101010010011111011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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