#14DE0A

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

Shades of Free Speech Green #14DE0A

Tints of Free Speech Green #14DE0A

Color information

#14DE0A (or 0x14DE0A) is unknown color: approx Free Speech Green. HEX triplet: 14, DE and 0A. RGB value is (20,222,10). Sum of RGB (Red+Green+Blue) = 20+222+10=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 222 (87.11% from 255 or 88.10% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DE0A is #EB21F5. Grayscale: #8A8A8A. Windows color (decimal): -15409654 or 712212. OLE color: 712212.

HSL color Cylindrical-coordinate representation of color #14DE0A: hue angle of 117.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14DE0A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2022210-
CMYK0.9100.950.13
HSL117.17º91.38%45.49%-
HSV(B)117.17º95.5%87.06%-
XYZ26.4652.419.01-
YUV137.4356.0844.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 222 (87.11% from 255) = 88.10%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=7.94%
G=88.10%
B=3.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20222100.9100.950.13117.1791.3845.49
Hex14DEA5B05FD755b2d
Octal243361213301371516513355
Binary10100110111101010101101101011111110111101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,222,10); }

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

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

 a { background-color: rgb(20,222,10); }

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

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

 span { border-color: rgb(20,222,10); }

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