#14CC05

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

Shades of Free Speech Green #14CC05

Tints of Free Speech Green #14CC05

Color information

#14CC05 (or 0x14CC05) is unknown color: approx Free Speech Green. HEX triplet: 14, CC and 05. RGB value is (20,204,5). Sum of RGB (Red+Green+Blue) = 20+204+5=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CC05 is #EB33FA. Grayscale: #7E7E7E. Windows color (decimal): -15414267 or 379924. OLE color: 379924.

HSL color Cylindrical-coordinate representation of color #14CC05: hue angle of 115.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14CC05 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB202045-
CMYK0.9000.980.2
HSL115.48º95.22%40.98%-
HSV(B)115.48º97.55%80%-
XYZ21.9143.357.36-
YUV126.359.5452.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 204 (80.08% from 255) = 89.08%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=8.73%
G=89.08%
B=2.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2020450.9000.980.2115.4895.2240.98
Hex14CC55A06214735f29
Octal24314513201422416313751
Binary10100110011001011011010011000101010011100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,204,5); }

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

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

 a { background-color: rgb(20,204,5); }

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

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

 span { border-color: rgb(20,204,5); }

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