Html Css Color HEX #14F115 Free Speech Green

📋 copy color: '#14F115'

red 20 ◦ green 241 ◦ blue 21

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

Shades of Free Speech Green #14F115

Tints of Free Speech Green #14F115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 85.46%

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 7.09%
G = 85.46%
B = 7.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#14F115 (or 0x14F115) is known color: Free Speech Green. HEX triplet: 14, F1 and 15. RGB value is (20,241,21). Sum of RGB (Red+Green+Blue) = 20+241+21=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 241 (94.53% from 255 or 85.46% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 241 - color contains mainly: green. Hex color #14F115 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F115 is #EB0EEA. Grayscale: #969696. Windows color (decimal): -15404779 or 1437972. OLE color: 1437972.

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

Color convert

RGB 20 241 21 -
CMYK 0.92 0 0.91 0.05
HSL 120.27º 0.89% 0.51% -
HSV(B) 120.27º 0.92% 0.95% -
XYZ 31.88 63.11 11.21 -
YUV 149.84 55.28 35.39 -
System Red Green Blue C M Y K H S L
Decimal 20 241 21 0.92 0 0.91 0.05 120.27 0.89 0.51
Hex 14 F1 15 5C 0 5B 5 78 59 33
Octal 24 361 25 134 0 133 5 170 131 63
Binary 10100 11110001 10101 1011100 0 1011011 101 1111000 1011001 110011

Color Harmonies of #14F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F115

Black with #14F115

Text Example


Text Example

White with #14F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,241,21); }

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

background-color css

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

 a { background-color: rgb(20,241,21); }

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

border-color css

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

 span { border-color: rgb(20,241,21); }

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