Html Css Color HEX #14CA09 Free Speech Green

📋 copy color: '#14CA09'

red 20 ◦ green 202 ◦ blue 9

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

Shades of Free Speech Green #14CA09

Tints of Free Speech Green #14CA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 87.45%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 8.66%
G = 87.45%
B = 3.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#14CA09 (or 0x14CA09) is known color: Free Speech Green. HEX triplet: 14, CA and 09. RGB value is (20,202,9). Sum of RGB (Red+Green+Blue) = 20+202+9=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CA09 is #EB35F6. Grayscale: #7E7E7E. Windows color (decimal): -15414775 or 641556. OLE color: 641556.

HSL color Cylindrical-coordinate representation of color #14CA09: hue angle of 116.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14CA09 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 202 9 -
CMYK 0.90 0 0.96 0.21
HSL 116.58º 0.91% 0.41% -
HSV(B) 116.58º 0.96% 0.79% -
XYZ 21.46 42.41 7.31 -
YUV 125.58 62.2 52.69 -
System Red Green Blue C M Y K H S L
Decimal 20 202 9 0.90 0 0.96 0.21 116.58 0.91 0.41
Hex 14 CA 9 5A 0 60 15 75 5B 29
Octal 24 312 11 132 0 140 25 165 133 51
Binary 10100 11001010 1001 1011010 0 1100000 10101 1110101 1011011 101001

Color Harmonies of #14CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CA09

Black with #14CA09

Text Example


Text Example

White with #14CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,9); }

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

background-color css

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

 a { background-color: rgb(20,202,9); }

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

border-color css

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

 span { border-color: rgb(20,202,9); }

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