#13ED0A

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

Shades of Free Speech Green #13ED0A

Tints of Free Speech Green #13ED0A

Color information

#13ED0A (or 0x13ED0A) is unknown color: approx Free Speech Green. HEX triplet: 13, ED and 0A. RGB value is (19,237,10). Sum of RGB (Red+Green+Blue) = 19+237+10=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 237 (92.97% from 255 or 89.10% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 237 - color contains mainly: green. Hex color #13ED0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13ED0A is #EC12F5. Grayscale: #929292. Windows color (decimal): -15471350 or 716051. OLE color: 716051.

HSL color Cylindrical-coordinate representation of color #13ED0A: hue angle of 117.62º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13ED0A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB1923710-
CMYK0.9200.960.07
HSL117.62º91.9%48.43%-
HSV(B)117.62º95.78%92.94%-
XYZ30.6160.7310.4-
YUV145.9451.2837.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 237 (92.97% from 255) = 89.10%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=7.14%
G=89.10%
B=3.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19237100.9200.960.07117.6291.948.43
Hex13EDA5C0607765c30
Octal23355121340140716613460
Binary1001111101101101010111000110000011111101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ED0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,237,10); }

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

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

 a { background-color: rgb(19,237,10); }

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

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

 span { border-color: rgb(19,237,10); }

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