#13E727

Color #13E727 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #13E727

Tints of Free Speech Green #13E727

Color information

#13E727 (or 0x13E727) is unknown color: approx Free Speech Green. HEX triplet: 13, E7 and 27. RGB value is (19,231,39). Sum of RGB (Red+Green+Blue) = 19+231+39=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 231 (90.62% from 255 or 79.93% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 231 - color contains mainly: green. Hex color #13E727 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13E727 is #EC18D8. Grayscale: #929292. Windows color (decimal): -15472857 or 2615059. OLE color: 2615059.

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

Color convert

RGB1923139-
CMYK0.9200.830.09
HSL125.66º84.8%49.02%-
HSV(B)125.66º91.77%90.59%-
XYZ29.2157.4411.47-
YUV145.7267.7637.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 231 (90.62% from 255) = 79.93%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=6.57%
G=79.93%
B=13.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19231390.9200.830.09125.6684.849.02
Hex13E7275C05397e5531
Octal233474713401231117612561
Binary1001111100111100111101110001010011100111111101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,231,39); }

 H1.HeaderClassName
 {
   color: #13E727;
 }
 .AnyTagClassName
 {
   color: #13E727;
 }
</style>
background-color css

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

 a { background-color: rgb(19,231,39); }

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

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

 span { border-color: rgb(19,231,39); }

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