Html Css Color HEX #14F229 Free Speech Green

📋 copy color: '#14F229'

red 20 ◦ green 242 ◦ blue 41

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

Shades of Free Speech Green #14F229

Tints of Free Speech Green #14F229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 6.6%
G = 79.87%
B = 13.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#14F229 (or 0x14F229) is known color: Free Speech Green. HEX triplet: 14, F2 and 29. RGB value is (20,242,41). Sum of RGB (Red+Green+Blue) = 20+242+41=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #14F229 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F229 is #EB0DD6. Grayscale: #999999. Windows color (decimal): -15404503 or 2748948. OLE color: 2748948.

HSL color Cylindrical-coordinate representation of color #14F229: hue angle of 125.68º degrees, saturation: 0.9, 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 #14F229 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 242 41 -
CMYK 0.92 0 0.83 0.05
HSL 125.68º 0.9% 0.51% -
HSV(B) 125.68º 0.92% 0.95% -
XYZ 32.44 63.81 12.71 -
YUV 152.71 64.95 33.34 -
System Red Green Blue C M Y K H S L
Decimal 20 242 41 0.92 0 0.83 0.05 125.68 0.9 0.51
Hex 14 F2 29 5C 0 53 5 7E 5A 33
Octal 24 362 51 134 0 123 5 176 132 63
Binary 10100 11110010 101001 1011100 0 1010011 101 1111110 1011010 110011

Color Harmonies of #14F229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F229

Black with #14F229

Text Example


Text Example

White with #14F229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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