Html Css Color HEX #14F200 Free Speech Green

📋 copy color: '#14F200'

red 20 ◦ green 242 ◦ blue 0

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

Shades of Free Speech Green #14F200

Tints of Free Speech Green #14F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 92.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.63%
G = 92.37%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#14F200 (or 0x14F200) is known color: Free Speech Green. HEX triplet: 14, F2 and 00. RGB value is (20,242,0). Sum of RGB (Red+Green+Blue) = 20+242+0=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 242 (94.92% from 255 or 92.37% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 242 - color contains mainly: green. Hex color #14F200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F200 is #EB0DFF. Grayscale: #949494. Windows color (decimal): -15404544 or 61972. OLE color: 61972.

HSL color Cylindrical-coordinate representation of color #14F200: hue angle of 115.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14F200 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 242 0 -
CMYK 0.92 0 1 0.05
HSL 115.04º 1% 0.47% -
HSV(B) 115.04º 1% 0.95% -
XYZ 32.04 63.65 10.6 -
YUV 148.03 44.45 36.68 -
System Red Green Blue C M Y K H S L
Decimal 20 242 0 0.92 0 1 0.05 115.04 1 0.47
Hex 14 F2 0 5C 0 64 5 73 64 2F
Octal 24 362 0 134 0 144 5 163 144 57
Binary 10100 11110010 0 1011100 0 1100100 101 1110011 1100100 101111

Color Harmonies of #14F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F200

Black with #14F200

Text Example


Text Example

White with #14F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,242,0); }

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

background-color css

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

 a { background-color: rgb(20,242,0); }

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

border-color css

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

 span { border-color: rgb(20,242,0); }

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