Html Css Color HEX #14F010 Free Speech Green

📋 copy color: '#14F010'

red 20 ◦ green 240 ◦ blue 16

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

Shades of Free Speech Green #14F010

Tints of Free Speech Green #14F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 86.96%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 7.25%
G = 86.96%
B = 5.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#14F010 (or 0x14F010) is known color: Free Speech Green. HEX triplet: 14, F0 and 10. RGB value is (20,240,16). Sum of RGB (Red+Green+Blue) = 20+240+16=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 240 (94.14% from 255 or 86.96% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 240 - color contains mainly: green. Hex color #14F010 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F010 is #EB0FEF. Grayscale: #959595. Windows color (decimal): -15405040 or 1110036. OLE color: 1110036.

HSL color Cylindrical-coordinate representation of color #14F010: hue angle of 118.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14F010 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 16 -
CMYK 0.92 0 0.93 0.06
HSL 118.93º 0.88% 0.5% -
HSV(B) 118.93º 0.93% 0.94% -
XYZ 31.54 62.51 10.89 -
YUV 148.68 53.11 36.21 -
System Red Green Blue C M Y K H S L
Decimal 20 240 16 0.92 0 0.93 0.06 118.93 0.88 0.5
Hex 14 F0 10 5C 0 5D 6 77 58 32
Octal 24 360 20 134 0 135 6 167 130 62
Binary 10100 11110000 10000 1011100 0 1011101 110 1110111 1011000 110010

Color Harmonies of #14F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F010

Black with #14F010

Text Example


Text Example

White with #14F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,240,16); }

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

background-color css

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

 a { background-color: rgb(20,240,16); }

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

border-color css

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

 span { border-color: rgb(20,240,16); }

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