#13EA15

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

Shades of Free Speech Green #13EA15

Tints of Free Speech Green #13EA15

Color information

#13EA15 (or 0x13EA15) is unknown color: approx Free Speech Green. HEX triplet: 13, EA and 15. RGB value is (19,234,21). Sum of RGB (Red+Green+Blue) = 19+234+21=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 234 (91.80% from 255 or 85.40% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EA15 is #EC15EA. Grayscale: #929292. Windows color (decimal): -15472107 or 1436179. OLE color: 1436179.

HSL color Cylindrical-coordinate representation of color #13EA15: hue angle of 120.56º 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 #13EA15 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB1923421-
CMYK0.9200.910.08
HSL120.56º84.98%49.61%-
HSV(B)120.56º91.88%91.76%-
XYZ29.8359.0410.53-
YUV145.4357.7737.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 234 (91.80% from 255) = 85.40%
BLUE value IS 21 (8.59% from 255) = 7.66%
R=6.93%
G=85.40%
B=7.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19234210.9200.910.08120.5684.9849.61
Hex13EA155C05B8795532
Octal233522513401331017112562
Binary100111110101010101101110001011011100011110011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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