Html Css Color HEX #14F613 Free Speech Green

📋 copy color: '#14F613'

red 20 ◦ green 246 ◦ blue 19

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

Shades of Free Speech Green #14F613

Tints of Free Speech Green #14F613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 7.02%
G = 86.32%
B = 6.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#14F613 (or 0x14F613) is known color: Free Speech Green. HEX triplet: 14, F6 and 13. RGB value is (20,246,19). Sum of RGB (Red+Green+Blue) = 20+246+19=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 246 (96.48% from 255 or 86.32% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 246 - color contains mainly: green. Hex color #14F613 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F613 is #EB09EC. Grayscale: #999999. Windows color (decimal): -15403501 or 1308180. OLE color: 1308180.

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

Color convert

RGB 20 246 19 -
CMYK 0.92 0 0.92 0.04
HSL 119.74º 0.93% 0.52% -
HSV(B) 119.74º 0.92% 0.96% -
XYZ 33.36 66.11 11.62 -
YUV 152.55 52.63 33.46 -
System Red Green Blue C M Y K H S L
Decimal 20 246 19 0.92 0 0.92 0.04 119.74 0.93 0.52
Hex 14 F6 13 5C 0 5C 4 78 5D 34
Octal 24 366 23 134 0 134 4 170 135 64
Binary 10100 11110110 10011 1011100 0 1011100 100 1111000 1011101 110100

Color Harmonies of #14F613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F613

Black with #14F613

Text Example


Text Example

White with #14F613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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