Html Css Color HEX #13EA20 Free Speech Green

📋 copy color: '#13EA20'

red 19 ◦ green 234 ◦ blue 32

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

Shades of Free Speech Green #13EA20

Tints of Free Speech Green #13EA20

RGB

 RED value IS 19 (7.81% from 255) = 6.67%

 GREEN value IS 234 (91.8% from 255) = 82.11%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 6.67%
G = 82.11%
B = 11.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#13EA20 (or 0x13EA20) is known color: Free Speech Green. HEX triplet: 13, EA and 20. RGB value is (19,234,32). Sum of RGB (Red+Green+Blue) = 19+234+32=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 234 (91.80% from 255 or 82.11% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA20 is #EC15DF. Grayscale: #939393. Windows color (decimal): -15472096 or 2157075. OLE color: 2157075.

HSL color Cylindrical-coordinate representation of color #13EA20: hue angle of 123.63º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA20 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 32 -
CMYK 0.92 0 0.86 0.08
HSL 123.63º 0.85% 0.5% -
HSV(B) 123.63º 0.92% 0.92% -
XYZ 29.95 59.09 11.19 -
YUV 146.69 63.27 36.93 -
System Red Green Blue C M Y K H S L
Decimal 19 234 32 0.92 0 0.86 0.08 123.63 0.85 0.5
Hex 13 EA 20 5C 0 56 8 7C 55 32
Octal 23 352 40 134 0 126 10 174 125 62
Binary 10011 11101010 100000 1011100 0 1010110 1000 1111100 1010101 110010

Color Harmonies of #13EA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EA20

Black with #13EA20

Text Example


Text Example

White with #13EA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EA20; }

 p { color: rgb(19,234,32); }

 H1.HeaderClassName
 {
   color: #13EA20;
 }
 .AnyTagClassName
 {
   color: #13EA20;
 }
</style>

background-color css

<style>
 a { background-color: #13EA20; }

 a { background-color: rgb(19,234,32); }

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

border-color css

<style>
 span { border-color: #13EA20; }

 span { border-color: rgb(19,234,32); }

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