Html Css Color HEX #13E526 Free Speech Green

📋 copy color: '#13E526'

red 19 ◦ green 229 ◦ blue 38

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

Shades of Free Speech Green #13E526

Tints of Free Speech Green #13E526

RGB

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

 GREEN value IS 229 (89.84% from 255) = 80.07%

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 6.64%
G = 80.07%
B = 13.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#13E526 (or 0x13E526) is known color: Free Speech Green. HEX triplet: 13, E5 and 26. RGB value is (19,229,38). Sum of RGB (Red+Green+Blue) = 19+229+38=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 229 (89.84% from 255 or 80.07% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 229 - color contains mainly: green. Hex color #13E526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E526 is #EC1AD9. Grayscale: #909090. Windows color (decimal): -15473370 or 2549011. OLE color: 2549011.

HSL color Cylindrical-coordinate representation of color #13E526: hue angle of 125.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E526 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 229 38 -
CMYK 0.92 0 0.83 0.10
HSL 125.43º 0.85% 0.49% -
HSV(B) 125.43º 0.92% 0.9% -
XYZ 28.64 56.32 11.19 -
YUV 144.44 67.93 38.53 -
System Red Green Blue C M Y K H S L
Decimal 19 229 38 0.92 0 0.83 0.10 125.43 0.85 0.49
Hex 13 E5 26 5C 0 53 A 7D 55 31
Octal 23 345 46 134 0 123 12 175 125 61
Binary 10011 11100101 100110 1011100 0 1010011 1010 1111101 1010101 110001

Color Harmonies of #13E526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E526

Black with #13E526

Text Example


Text Example

White with #13E526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,229,38); }

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

background-color css

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

 a { background-color: rgb(19,229,38); }

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

border-color css

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

 span { border-color: rgb(19,229,38); }

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