Html Css Color HEX #14F015 Free Speech Green

📋 copy color: '#14F015'

red 20 ◦ green 240 ◦ blue 21

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

Shades of Free Speech Green #14F015

Tints of Free Speech Green #14F015

RGB

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

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

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

R = 7.12%
G = 85.41%
B = 7.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#14F015 (or 0x14F015) is known color: Free Speech Green. HEX triplet: 14, F0 and 15. RGB value is (20,240,21). Sum of RGB (Red+Green+Blue) = 20+240+21=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 240 (94.14% from 255 or 85.41% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 240 - color contains mainly: green. Hex color #14F015 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14F015 is #EB0FEA. Grayscale: #959595. Windows color (decimal): -15405035 or 1437716. OLE color: 1437716.

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

Color convert

RGB 20 240 21 -
CMYK 0.92 0 0.91 0.06
HSL 120.27º 0.88% 0.51% -
HSV(B) 120.27º 0.92% 0.94% -
XYZ 31.58 62.52 11.11 -
YUV 149.25 55.61 35.81 -
System Red Green Blue C M Y K H S L
Decimal 20 240 21 0.92 0 0.91 0.06 120.27 0.88 0.51
Hex 14 F0 15 5C 0 5B 6 78 58 33
Octal 24 360 25 134 0 133 6 170 130 63
Binary 10100 11110000 10101 1011100 0 1011011 110 1111000 1011000 110011

Color Harmonies of #14F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F015

Black with #14F015

Text Example


Text Example

White with #14F015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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