#14F601

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

Shades of Free Speech Green #14F601

Tints of Free Speech Green #14F601

Color information

#14F601 (or 0x14F601) is unknown color: approx Free Speech Green. HEX triplet: 14, F6 and 01. RGB value is (20,246,1). Sum of RGB (Red+Green+Blue) = 20+246+1=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 246 (96.48% from 255 or 92.13% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 246 - color contains mainly: green. Hex color #14F601 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F601 is #EB09FE. Grayscale: #979797. Windows color (decimal): -15403519 or 128532. OLE color: 128532.

HSL color Cylindrical-coordinate representation of color #14F601: hue angle of 115.35º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14F601 is Cyan = 0.92, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB202461-
CMYK0.9201.000.04
HSL115.35º99.19%48.43%-
HSV(B)115.35º99.59%96.47%-
XYZ33.2566.0611.03-
YUV150.543.6334.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 246 (96.48% from 255) = 92.13%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=7.49%
G=92.13%
B=0.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2024610.9201.000.04115.3599.1948.43
Hex14F615C0644736330
Octal2436611340144416314360
Binary1010011110110110111000110010010011100111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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