Html Css Color HEX #14F61D Free Speech Green

📋 copy color: '#14F61D'

red 20 ◦ green 246 ◦ blue 29

#14F61D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #14F61D

Tints of Free Speech Green #14F61D

RGB

 RED value IS 20 (8.2% from 255) = 6.78%

 GREEN value IS 246 (96.48% from 255) = 83.39%

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 6.78%
G = 83.39%
B = 9.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#14F61D (or 0x14F61D) is known color: Free Speech Green. HEX triplet: 14, F6 and 1D. RGB value is (20,246,29). Sum of RGB (Red+Green+Blue) = 20+246+29=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 246 (96.48% from 255 or 83.39% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 246 - color contains mainly: green. Hex color #14F61D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F61D is #EB09E2. Grayscale: #9A9A9A. Windows color (decimal): -15403491 or 1963540. OLE color: 1963540.

HSL color Cylindrical-coordinate representation of color #14F61D: hue angle of 122.39º 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 #14F61D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 246 29 -
CMYK 0.92 0 0.88 0.04
HSL 122.39º 0.93% 0.52% -
HSV(B) 122.39º 0.92% 0.96% -
XYZ 33.47 66.15 12.17 -
YUV 153.69 57.63 32.64 -
System Red Green Blue C M Y K H S L
Decimal 20 246 29 0.92 0 0.88 0.04 122.39 0.93 0.52
Hex 14 F6 1D 5C 0 58 4 7A 5D 34
Octal 24 366 35 134 0 130 4 172 135 64
Binary 10100 11110110 11101 1011100 0 1011000 100 1111010 1011101 110100

Color Harmonies of #14F61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F61D

Black with #14F61D

Text Example


Text Example

White with #14F61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14F61D;
 }
 .AnyTagClassName
 {
   color: #14F61D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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