#13E306

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

Shades of Free Speech Green #13E306

Tints of Free Speech Green #13E306

Color information

#13E306 (or 0x13E306) is unknown color: approx Free Speech Green. HEX triplet: 13, E3 and 06. RGB value is (19,227,6). Sum of RGB (Red+Green+Blue) = 19+227+6=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 227 (89.06% from 255 or 90.08% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 227 - color contains mainly: green. Hex color #13E306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E306 is #EC1CF9. Grayscale: #8C8C8C. Windows color (decimal): -15473914 or 451347. OLE color: 451347.

HSL color Cylindrical-coordinate representation of color #13E306: hue angle of 116.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13E306 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB192276-
CMYK0.9200.970.11
HSL116.47º94.85%45.69%-
HSV(B)116.47º97.36%89.02%-
XYZ27.7755.099.34-
YUV139.6152.5941.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 227 (89.06% from 255) = 90.08%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=7.54%
G=90.08%
B=2.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1922760.9200.970.11116.4794.8545.69
Hex13E365C061B745f2e
Octal23343613401411316413756
Binary1001111100011110101110001100001101111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,227,6); }

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

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

 a { background-color: rgb(19,227,6); }

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

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

 span { border-color: rgb(19,227,6); }

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