Html Css Color HEX #14EF1D Free Speech Green

📋 copy color: '#14EF1D'

red 20 ◦ green 239 ◦ blue 29

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

Shades of Free Speech Green #14EF1D

Tints of Free Speech Green #14EF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 82.99%

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 6.94%
G = 82.99%
B = 10.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#14EF1D (or 0x14EF1D) is known color: Free Speech Green. HEX triplet: 14, EF and 1D. RGB value is (20,239,29). Sum of RGB (Red+Green+Blue) = 20+239+29=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 239 (93.75% from 255 or 82.99% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EF1D is #EB10E2. Grayscale: #969696. Windows color (decimal): -15405283 or 1961748. OLE color: 1961748.

HSL color Cylindrical-coordinate representation of color #14EF1D: hue angle of 122.47º degrees, saturation: 0.87, 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 #14EF1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 239 29 -
CMYK 0.92 0 0.88 0.06
HSL 122.47º 0.87% 0.51% -
HSV(B) 122.47º 0.92% 0.94% -
XYZ 31.38 61.97 11.47 -
YUV 149.58 59.95 35.58 -
System Red Green Blue C M Y K H S L
Decimal 20 239 29 0.92 0 0.88 0.06 122.47 0.87 0.51
Hex 14 EF 1D 5C 0 58 6 7A 57 33
Octal 24 357 35 134 0 130 6 172 127 63
Binary 10100 11101111 11101 1011100 0 1011000 110 1111010 1010111 110011

Color Harmonies of #14EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EF1D

Black with #14EF1D

Text Example


Text Example

White with #14EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,239,29); }

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

background-color css

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

 a { background-color: rgb(20,239,29); }

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

border-color css

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

 span { border-color: rgb(20,239,29); }

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